|
|
|
|
|
|
|
|
package cn.com.taiji.userw.dto.serviceHall; |
|
|
package cn.com.taiji.userw.dto.serviceHall; |
|
|
|
|
|
|
|
|
import cn.com.taiji.core.dto.AbstractStaffBizRequestDTO; |
|
|
import cn.com.taiji.core.dto.AbstractStaffBizRequestDTO; |
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Data |
|
|
@Data |
|
|
public class ServiceHallSonQueryRequestDTO extends AbstractStaffBizRequestDTO { |
|
|
public class ServiceHallSonQueryRequestDTO extends AbstractStaffBizRequestDTO { |
|
|
// private String servicehallId; |
|
|
// private String servicehallId; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "渠道编号") |
|
|
|
|
|
@NotBlank(message = "渠道编号不能为空") |
|
|
|
|
|
private String agencyId; |
|
|
} |
|
|
} |