添加查询Code-Create数据库,监控新增付费记录并对付费用户进行账号新增或延长账号有效期的操作
This commit is contained in:
@@ -87,5 +87,12 @@ public class Account implements Serializable {
|
||||
*/
|
||||
private BigDecimal credits;
|
||||
|
||||
private Integer SystemUser;
|
||||
/**
|
||||
* 用于区分游客与系统用户
|
||||
* 0 : 游客
|
||||
* 1 : 年付用户
|
||||
* 2 : 月付用户
|
||||
* 3 : 试用用户
|
||||
*/
|
||||
private Integer systemUser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user