mirror of https://gitee.com/stylefeng/roses
【7.0.4】【c】用户状态增加
parent
0f8c640b67
commit
e1a593a7d6
|
@ -63,4 +63,9 @@ public class CustomerInfo {
|
||||||
*/
|
*/
|
||||||
private Date memberExpireTime;
|
private Date memberExpireTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户状态(1:启用,2:禁用,3:冻结)
|
||||||
|
*/
|
||||||
|
private Integer statusFlag;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue