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

简化部分配置

parent 31d20a6e
......@@ -1485,7 +1485,7 @@ public class MatterEntity extends MatterVo {
public void initAttrValue(){
this.siteId = null;
this.siteId = -1L;
this.tid = null;
......@@ -1503,7 +1503,7 @@ public class MatterEntity extends MatterVo {
this.deptCode = "";
this.deptName = null;
this.deptName = "";
this.powerCode = null;
......@@ -1627,12 +1627,12 @@ public class MatterEntity extends MatterVo {
this.superviseShow = null;
this.sort = null;
this.sort = 0;
this.source = 1;
this.evaluationUrl = null;
this.evaluationUrl = "";
this.netApplyUrl = null;
this.netApplyUrl = "";
}
}
\ No newline at end of file
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