REQ-2046: 恢复一些字段
This commit is contained in:
parent
a325273332
commit
0988f3a37e
@ -1,6 +1,7 @@
|
||||
package cn.axzo.msg.center.service.general.request;
|
||||
|
||||
import cn.axzo.msg.center.service.dto.IdentityDTO;
|
||||
import cn.axzo.msg.center.service.enums.IdentityTypeEnum;
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
@ -40,4 +41,15 @@ public class GeneralMessageOldDataStatisticRequest implements Serializable {
|
||||
public String toString() {
|
||||
return JSON.toJSONString(this);
|
||||
}
|
||||
|
||||
// !! 未使用
|
||||
|
||||
/**
|
||||
* 身份类型
|
||||
*/
|
||||
private IdentityTypeEnum identityType;
|
||||
/**
|
||||
* 身份id
|
||||
*/
|
||||
private Long identityId;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user