根据三方区域类型获取区域列表 0-根 1=大区 2=战区 3=小区(督导区 4=门店
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user