|
|
@ -35,10 +35,16 @@ public class OrgStaffListFormDTO implements Serializable { |
|
|
|
*/ |
|
|
|
@Min(value = 1, message = "每页条数必须大于0", groups = OrgStaffListFormDTO.OrgStaff.class) |
|
|
|
private Integer pageSize = 10; |
|
|
|
/** |
|
|
|
* 是否包括我(1 是,0 否)默认值1 |
|
|
|
*/ |
|
|
|
private String includeMe = "1"; |
|
|
|
//客户Id
|
|
|
|
private String customerId; |
|
|
|
//工作人员id集合
|
|
|
|
private List<String> staffIds; |
|
|
|
//token中用户Id
|
|
|
|
private String staffId; |
|
|
|
public interface OrgStaff extends CustomerClientShowGroup {} |
|
|
|
|
|
|
|
} |
|
|
|