【7.0.4】【c】用户状态增加

pull/22/head
fengshuonan 2021-07-20 20:53:28 +08:00
parent 0f8c640b67
commit e1a593a7d6
1 changed files with 5 additions and 0 deletions

View File

@ -63,4 +63,9 @@ public class CustomerInfo {
*/
private Date memberExpireTime;
/**
* 123
*/
private Integer statusFlag;
}