mirror of https://gitee.com/stylefeng/roses
【7.0.4】【c】增加c端用户会员截止日期
parent
fd8422856f
commit
fb2490eb90
|
@ -2,6 +2,8 @@ package cn.stylefeng.roses.kernel.customer.api.pojo;
|
|||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 用户信息封装
|
||||
*
|
||||
|
@ -51,4 +53,9 @@ public class CustomerInfo {
|
|||
*/
|
||||
private Integer score;
|
||||
|
||||
/**
|
||||
* 会员截止日期,到期时间
|
||||
*/
|
||||
private Date memberExpireTime;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue