@ -29,4 +29,9 @@ public class EpdcContentListFormDTO implements Serializable {
* 内容类别ID,为空时即最新资讯列表
*/
private String typeId;
/**
* 部分ID
private Long deptId;
}
@ -31,4 +31,9 @@ public class EpdcUserInfoResultDTO implements Serializable {
private Integer grade;
* 亮身份标识:0-否,1-是
private String showIdentityFlag;