后台充值金额配置里的配置不显示无效

This commit is contained in:
taozi
2021-06-20 02:06:16 +08:00
parent 7ae247471b
commit 616bb17291
2 changed files with 5 additions and 0 deletions

View File

@ -18,4 +18,7 @@ public class YxSystemGroupDataQueryCriteria{
// 精确
@Query
private String groupName;
@Query
private Integer status;
}