REQ-2046: 恢复一些字段
This commit is contained in:
parent
52f1681fe5
commit
a325273332
@ -84,5 +84,17 @@ public class CmsMsgQueryReq extends PageRequest {
|
|||||||
.collect(toList());
|
.collect(toList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// !! 未使用
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户类型
|
||||||
|
* 身份列表
|
||||||
|
*/
|
||||||
|
private Integer userType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private Long identityId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user