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

动态表单添加组件

parent 8bb201c2
Pipeline #2881 canceled with stages
...@@ -11,6 +11,34 @@ public class ColumnsItem { ...@@ -11,6 +11,34 @@ public class ColumnsItem {
@JSONField(name = "labelWidth") @JSONField(name = "labelWidth")
private Integer labelWidth; private Integer labelWidth;
@JSONField(name="china-area-data")
private String chinaAreaData;
@JSONField(name="props")
private Props props;
@JSONField(name="name")
private String name;
@JSONField(name="show-file-list")
private Boolean showFileList;
@JSONField(name="list-type")
private String listType;
@JSONField(name="tips")
private String tips;
@JSONField(name="buttonText")
private String buttonText;
@JSONField(name="showTip")
private Boolean showTip;
@JSONField(name="fileSize")
private Integer fileSize;
@JSONField(name = "rules") @JSONField(name = "rules")
private List<RulesItem> rules; private List<RulesItem> rules;
...@@ -35,6 +63,10 @@ public class ColumnsItem { ...@@ -35,6 +63,10 @@ public class ColumnsItem {
@JSONField(name = "action") @JSONField(name = "action")
private String action; private String action;
@JSONField(name="accept")
private String accept;
@JSONField(name = "disabled") @JSONField(name = "disabled")
private Boolean disabled; private Boolean disabled;
......
...@@ -19,4 +19,6 @@ public class TableColItem { ...@@ -19,4 +19,6 @@ public class TableColItem {
* 列类型 * 列类型
*/ */
private String colType; private String colType;
private String uploadFileUrl;
} }
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