|
@ -40,6 +40,11 @@ public class GroupBySectionFormDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String userId; |
|
|
private String userId; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* gridID |
|
|
|
|
|
*/ |
|
|
|
|
|
private Long gridId; |
|
|
|
|
|
|
|
|
// ---------------------- 前端上送字段
|
|
|
// ---------------------- 前端上送字段
|
|
|
/** |
|
|
/** |
|
|
* 页码 |
|
|
* 页码 |
|
@ -65,4 +70,9 @@ public class GroupBySectionFormDTO implements Serializable { |
|
|
@NotBlank(message = "版块编码不能为空") |
|
|
@NotBlank(message = "版块编码不能为空") |
|
|
private String sectionCode; |
|
|
private String sectionCode; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 机构列表 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String[] deptList; |
|
|
|
|
|
|
|
|
} |
|
|
} |