Commit 5707431f authored by 赵啸非's avatar 赵啸非

添加cad 级联组件

parent 1510c7bc
Pipeline #2973 canceled with stages
...@@ -77,10 +77,7 @@ public class DevicePdu extends BaseEntityLong { ...@@ -77,10 +77,7 @@ public class DevicePdu extends BaseEntityLong {
* 备注 * 备注
*/ */
private String deviceRemark; private String deviceRemark;
/**
* 设备来源(0.旧设备,1.新设备)
*/
private Integer source;
public void initAttrValue(){ public void initAttrValue(){
...@@ -116,6 +113,5 @@ public void initAttrValue(){ ...@@ -116,6 +113,5 @@ public void initAttrValue(){
this.deviceRemark = null; this.deviceRemark = null;
this.source = 1;
} }
} }
\ 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