Commit a9717b3e authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent 7f9e4ebb
......@@ -17,10 +17,7 @@ public class SitePdu extends BaseEntityLong {
* 站点名称
*/
private String siteName;
/**
* 父级id,默认0
*/
private Long parentId;
/**
* 祖级列表,逗号分隔
*/
......@@ -485,20 +482,7 @@ public class SitePdu extends BaseEntityLong {
public void setSiteName(String siteName){
this.siteName = siteName;
}
/**
* 获取 父级id,默认0
* @return Long
*/
public Long getParentId(){
return parentId;
}
/**
* 设置 父级id,默认0
* @param parentId
*/
public void setParentId(Long parentId){
this.parentId = parentId;
}
/**
* 获取 祖级列表,逗号分隔
* @return String
......
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