REQ-2046: 恢复一些字段

This commit is contained in:
yanglin 2024-01-24 20:11:24 +08:00
parent 52f1681fe5
commit a325273332

View File

@ -84,5 +84,17 @@ public class CmsMsgQueryReq extends PageRequest {
.collect(toList()); .collect(toList());
} }
// !! 未使用
/**
* 用户类型
* 身份列表
*/
private Integer userType;
/**
*
*/
private Long identityId;
} }