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

添加设备相关信息

parent 7d039f3c
Pipeline #2649 failed with stages
...@@ -378,6 +378,9 @@ public class ListItem{ ...@@ -378,6 +378,9 @@ public class ListItem{
@JSONField(name="rowCount") @JSONField(name="rowCount")
private Integer rowCount; private Integer rowCount;
@JSONField(name="value")
private String value="";
@JSONField(name="mark") @JSONField(name="mark")
private Mark mark; private Mark mark;
......
...@@ -56,6 +56,7 @@ public class DesignInputComponent extends DesignComponent { ...@@ -56,6 +56,7 @@ public class DesignInputComponent extends DesignComponent {
columnsItem.setPrepend(""); columnsItem.setPrepend("");
columnsItem.setLayout("colItem"); columnsItem.setLayout("colItem");
columnsItem.setMark(new Mark()); columnsItem.setMark(new Mark());
return columnsItem; return columnsItem;
} }
......
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