根据三方区域类型获取区域列表 0-根 1=大区 2=战区 3=小区(督导区 4=门店

This commit is contained in:
wangxiaopeng
2024-03-29 11:41:02 +08:00
parent 967afb5352
commit b4b5ad4ec4
7 changed files with 80 additions and 4 deletions

View File

@@ -150,6 +150,8 @@ public class RegionDO {
*/
private Boolean isExternalNode;
private String thirdRegionType;
public RegionDO(Long id, String name, String parentId, String groupId, Long createTime, String createName) {
this.id = id;
this.name = name;