cp空间新增状态字段
(cherry picked from commit 6f4b9d5f5dcc754f1077c21506b11d8f7d977974)
This commit is contained in:
parent
e4c8f7f3fe
commit
4dd52b44d2
@ -62,6 +62,11 @@ public class CpSimpleUserProfileCO implements Serializable {
|
||||
*/
|
||||
private String cpUserNickname;
|
||||
|
||||
/**
|
||||
* cp状态
|
||||
*/
|
||||
private String status;
|
||||
|
||||
private Long cpValId;
|
||||
|
||||
/**
|
||||
|
||||
@ -52,6 +52,7 @@ public class CoupleSpaceQryExe {
|
||||
co.setCpAccount(cpInfo.getCpAccount());
|
||||
co.setCpUserAvatar(cpInfo.getCpUserAvatar());
|
||||
co.setCpUserNickname(cpInfo.getCpUserNickname());
|
||||
co.setStatus(cpInfo.getStatus());
|
||||
co.setCpValId(cpInfo.getCpValId());
|
||||
co.setCpValue(cpInfo.getCpValue());
|
||||
co.setDays(cpInfo.getDays());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user