|
@@ -21,47 +21,47 @@ public class KdSubsystemDetailVo {
|
|
* table type:varchar(64)
|
|
* table type:varchar(64)
|
|
* table comment:表名
|
|
* table comment:表名
|
|
*/
|
|
*/
|
|
- private String tablename;
|
|
|
|
|
|
+ private String TABLENAME;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:TABLECOLUMNNANE
|
|
* table name:TABLECOLUMNNANE
|
|
* table type:varchar(64)
|
|
* table type:varchar(64)
|
|
* table comment:表中列名
|
|
* table comment:表中列名
|
|
*/
|
|
*/
|
|
- private String tablecolumnnane;
|
|
|
|
|
|
+ private String TABLECOLUMNNANE;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:TABLECOLUMNTYPE
|
|
* table name:TABLECOLUMNTYPE
|
|
* table type:varchar(20)
|
|
* table type:varchar(20)
|
|
* table comment:表中列类型
|
|
* table comment:表中列类型
|
|
*/
|
|
*/
|
|
- private String tablecolumntype;
|
|
|
|
|
|
+ private String TABLECOLUMNTYPE;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:LABEL
|
|
* table name:LABEL
|
|
* table type:varchar(200)
|
|
* table type:varchar(200)
|
|
* table comment:表单名
|
|
* table comment:表单名
|
|
*/
|
|
*/
|
|
- private String label;
|
|
|
|
|
|
+ private String LABEL;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:CONTROLTYPE
|
|
* table name:CONTROLTYPE
|
|
* table type:varchar(255)
|
|
* table type:varchar(255)
|
|
* table comment:表单类型
|
|
* table comment:表单类型
|
|
*/
|
|
*/
|
|
- private String controltype;
|
|
|
|
|
|
+ private String CONTROLTYPE;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:ENUMTYPE
|
|
* table name:ENUMTYPE
|
|
* table type:varchar(50)
|
|
* table type:varchar(50)
|
|
* table comment:表单数据来源
|
|
* table comment:表单数据来源
|
|
*/
|
|
*/
|
|
- private String enumtype;
|
|
|
|
|
|
+ private String ENUMTYPE;
|
|
|
|
|
|
/**
|
|
/**
|
|
* table name:DATAORIGIN
|
|
* table name:DATAORIGIN
|
|
* table type:text
|
|
* table type:text
|
|
* table comment:数据源
|
|
* table comment:数据源
|
|
*/
|
|
*/
|
|
- private String dataorigin;
|
|
|
|
|
|
+ private String DATAORIGIN;
|
|
}
|
|
}
|