REQ-2046: make elements @Deprecated

This commit is contained in:
yanglin 2024-01-25 08:34:53 +08:00
parent b8c9248256
commit 2434c1b847
3 changed files with 7 additions and 0 deletions

View File

@ -90,11 +90,13 @@ public class CmsMsgQueryReq extends PageRequest {
* 用户类型
* 身份列表
*/
@Deprecated
private Integer userType;
/**
*
*/
@Deprecated
private Long identityId;
}

View File

@ -47,9 +47,11 @@ public class GeneralMessageOldDataStatisticRequest implements Serializable {
/**
* 身份类型
*/
@Deprecated
private IdentityTypeEnum identityType;
/**
* 身份id
*/
@Deprecated
private Long identityId;
}

View File

@ -31,6 +31,9 @@ public class OldMsgStatWithMultiIdentifiesRequest implements Serializable {
*/
@NotNull(message = "personId is required")
private Long personId;
/**
* 身份列表
*/
private List<IdentityDTO> identities;
@Override