代码优化

This commit is contained in:
2025-11-06 17:04:11 +08:00
parent 11852beb31
commit 200035414d
25 changed files with 278 additions and 740 deletions

View File

@ -68,7 +68,7 @@ public class LngBBankPageVo {
private Long ruleUserId;
@ApiModelProperty("所属国家和地区名称")
private String regionName;

View File

@ -59,5 +59,10 @@ public class LngBRegionTreeVo implements ITreeNode<LngBRegionTreeVo,String>, Ser
private String valid;
private List<LngBRegionTreeVo> children;
private Boolean hasChild;
private Boolean isLeaf;
}