注册相关,查询用户详情,后台切换通道相关

This commit is contained in:
liuyingfang
2023-07-04 10:51:41 +08:00
parent b426dfa12e
commit 5beafd2970
10 changed files with 91 additions and 40 deletions

View File

@@ -336,6 +336,12 @@ public class UserApp {
@TableField(exist = false)
private String typeCode;
@TableField(exist = false)
private String maxFee;
@TableField(exist = false)
private String minFee;
// /**
// * 有效状态 1有效 -1无效
// */