代码优化
This commit is contained in:
@ -68,7 +68,7 @@ public class LngBBankPageVo {
|
||||
private Long ruleUserId;
|
||||
|
||||
|
||||
|
||||
@ApiModelProperty("所属国家和地区名称")
|
||||
private String regionName;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user