Commit 739c7a2a authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent a9717b3e
...@@ -2587,51 +2587,6 @@ public class SitePdu extends BaseEntityLong { ...@@ -2587,51 +2587,6 @@ public class SitePdu extends BaseEntityLong {
return this; return this;
} }
/**
* 设置 父级id,默认0
* @param parentId
*/
public SitePdu parentId(Long parentId){
setParentId(parentId);
return this;
}
/**
* 设置 开始 父级id,默认0
* @param parentIdStart
*/
public SitePdu parentIdStart(Long parentIdStart){
this.parentIdStart = parentIdStart;
return this;
}
/**
* 设置 结束 父级id,默认0
* @param parentIdEnd
*/
public SitePdu parentIdEnd(Long parentIdEnd){
this.parentIdEnd = parentIdEnd;
return this;
}
/**
* 设置 增加 父级id,默认0
* @param parentIdIncrement
*/
public SitePdu parentIdIncrement(Long parentIdIncrement){
this.parentIdIncrement = parentIdIncrement;
return this;
}
/**
* 设置 父级id,默认0
* @param parentIdList
*/
public SitePdu parentIdList(List<Long> parentIdList){
this.parentIdList = parentIdList;
return this;
}
/** /**
* 设置 祖级列表,逗号分隔 * 设置 祖级列表,逗号分隔
...@@ -3811,8 +3766,6 @@ public class SitePdu extends BaseEntityLong { ...@@ -3811,8 +3766,6 @@ public class SitePdu extends BaseEntityLong {
this.siteName = ""; this.siteName = "";
this.parentId = null;
this.ancestors = ""; this.ancestors = "";
this.regionCode = ""; this.regionCode = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment