REQ-2046: make elements @Deprecated
This commit is contained in:
parent
b8c9248256
commit
2434c1b847
@ -90,11 +90,13 @@ public class CmsMsgQueryReq extends PageRequest {
|
||||
* 用户类型
|
||||
* 身份列表
|
||||
*/
|
||||
@Deprecated
|
||||
private Integer userType;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Deprecated
|
||||
private Long identityId;
|
||||
|
||||
}
|
||||
|
||||
@ -47,9 +47,11 @@ public class GeneralMessageOldDataStatisticRequest implements Serializable {
|
||||
/**
|
||||
* 身份类型
|
||||
*/
|
||||
@Deprecated
|
||||
private IdentityTypeEnum identityType;
|
||||
/**
|
||||
* 身份id
|
||||
*/
|
||||
@Deprecated
|
||||
private Long identityId;
|
||||
}
|
||||
|
||||
@ -31,6 +31,9 @@ public class OldMsgStatWithMultiIdentifiesRequest implements Serializable {
|
||||
*/
|
||||
@NotNull(message = "personId is required")
|
||||
private Long personId;
|
||||
/**
|
||||
* 身份列表
|
||||
*/
|
||||
private List<IdentityDTO> identities;
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user