Commit 4ad6162c authored by 赵啸非's avatar 赵啸非

添加用户查询列表

parent 49facce4
...@@ -633,9 +633,9 @@ public class SiteEntity extends SiteVo { ...@@ -633,9 +633,9 @@ public class SiteEntity extends SiteVo {
public void initAttrValue(){ public void initAttrValue(){
this.siteName = null; this.siteName = "";
this.siteCode = null; this.siteCode = "";
this.areaID = null; this.areaID = null;
...@@ -689,9 +689,9 @@ public class SiteEntity extends SiteVo { ...@@ -689,9 +689,9 @@ public class SiteEntity extends SiteVo {
this.building = 1; this.building = 1;
this.logoPath = null; this.logoPath = "";
this.englishName = null; this.englishName = "";
this.modelIds = ""; this.modelIds = "";
} }
......
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