Commit a9825ebe by zhangxingmin

push

parent 6e04b4c7
...@@ -93,5 +93,10 @@ public class ApiRelObjectFieldQueryResponse { ...@@ -93,5 +93,10 @@ public class ApiRelObjectFieldQueryResponse {
* 字段排序 * 字段排序
*/ */
private Integer fieldOrder; private Integer fieldOrder;
/**
* 文本框类型
*/
private String textBoxType;
//=======字段信息end======= //=======字段信息end=======
} }
...@@ -92,6 +92,12 @@ public class Field implements Serializable { ...@@ -92,6 +92,12 @@ public class Field implements Serializable {
private Integer fieldOrder; private Integer fieldOrder;
/** /**
* 文本框类型
*/
@TableField("text_box_type")
private String textBoxType;
/**
* 状态:0-禁用,1-启用 * 状态:0-禁用,1-启用
*/ */
@TableField("status") @TableField("status")
......
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