Commit 9ef093fb authored by 赵啸非's avatar 赵啸非

添加事项分类相关信息表

parent cd8b6b0e
...@@ -86,6 +86,11 @@ public class DevicePdu extends BaseEntityLong { ...@@ -86,6 +86,11 @@ public class DevicePdu extends BaseEntityLong {
*/ */
private Integer source; private Integer source;
/**
* 启用状态 (0.停止,1.启用)
*/
private Integer enabled;
public void initAttrValue(){ public void initAttrValue(){
this.deviceId = null; this.deviceId = null;
......
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