|
|
@ -46,7 +46,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "字段名称")
|
|
|
|
@ApiModelProperty(value = "字段名称")
|
|
|
|
@ExcelProperty(value = "字段名称", order = 2)
|
|
|
|
@ExcelProperty(value = "字段名称", order = 2)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL, ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL, ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
private String fieldName;
|
|
|
|
private String fieldName;
|
|
|
@ -55,7 +54,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "字段类型")
|
|
|
|
@ApiModelProperty(value = "字段类型")
|
|
|
|
@ExcelProperty(value = "字段类型", order = 3)
|
|
|
|
@ExcelProperty(value = "字段类型", order = 3)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL, ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL, ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
private String fieldType;
|
|
|
|
private String fieldType;
|
|
|
@ -76,7 +74,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "字段描述")
|
|
|
|
@ApiModelProperty(value = "字段描述")
|
|
|
|
@ExcelProperty(value = "字段描述", order = 6)
|
|
|
|
@ExcelProperty(value = "字段描述", order = 6)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL})
|
|
|
|
@ValidationArgsLenMax(200)
|
|
|
|
@ValidationArgsLenMax(200)
|
|
|
|
private String fieldComments;
|
|
|
|
private String fieldComments;
|
|
|
@ -85,7 +82,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "是否主键")
|
|
|
|
@ApiModelProperty(value = "是否主键")
|
|
|
|
@ExcelProperty(value = "是否主键", order = 7)
|
|
|
|
@ExcelProperty(value = "是否主键", order = 7)
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
private String izPk;
|
|
|
|
private String izPk;
|
|
|
|
|
|
|
|
|
|
|
@ -93,7 +89,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "是否可为空")
|
|
|
|
@ApiModelProperty(value = "是否可为空")
|
|
|
|
@ExcelProperty(value = "是否可为空", order = 8)
|
|
|
|
@ExcelProperty(value = "是否可为空", order = 8)
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
private String izNotNull;
|
|
|
|
private String izNotNull;
|
|
|
|
|
|
|
|
|
|
|
@ -101,7 +96,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "是否列表显示")
|
|
|
|
@ApiModelProperty(value = "是否列表显示")
|
|
|
|
@ExcelProperty(value = "是否列表显示", order = 9)
|
|
|
|
@ExcelProperty(value = "是否列表显示", order = 9)
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
private String izShowList;
|
|
|
|
private String izShowList;
|
|
|
|
|
|
|
|
|
|
|
@ -109,7 +103,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "是否表单显示")
|
|
|
|
@ApiModelProperty(value = "是否表单显示")
|
|
|
|
@ExcelProperty(value = "是否表单显示", order = 10)
|
|
|
|
@ExcelProperty(value = "是否表单显示", order = 10)
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
@ExcelInfo(dictType = "no_yes")
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
private String izShowForm;
|
|
|
|
private String izShowForm;
|
|
|
|
|
|
|
|
|
|
|
@ -117,7 +110,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "Java字段类型")
|
|
|
|
@ApiModelProperty(value = "Java字段类型")
|
|
|
|
@ExcelProperty(value = "Java字段类型", order = 11)
|
|
|
|
@ExcelProperty(value = "Java字段类型", order = 11)
|
|
|
|
@ExcelInfo(dictType = "java_type")
|
|
|
|
@ExcelInfo(dictType = "java_type")
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL, ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL, ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgsLenMax(50)
|
|
|
|
@ValidationArgsLenMax(50)
|
|
|
|
private String javaType;
|
|
|
|
private String javaType;
|
|
|
@ -126,7 +118,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "字段生成方案")
|
|
|
|
@ApiModelProperty(value = "字段生成方案")
|
|
|
|
@ExcelProperty(value = "字段生成方案", order = 12)
|
|
|
|
@ExcelProperty(value = "字段生成方案", order = 12)
|
|
|
|
@ExcelInfo(dictType = "show_type")
|
|
|
|
@ExcelInfo(dictType = "show_type")
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
@ValidationArgsLenMax(1)
|
|
|
|
private String showType;
|
|
|
|
private String showType;
|
|
|
|
|
|
|
|
|
|
|
@ -134,7 +125,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "字典类型编号")
|
|
|
|
@ApiModelProperty(value = "字典类型编号")
|
|
|
|
@ExcelProperty(value = "字典类型编号", order = 13)
|
|
|
|
@ExcelProperty(value = "字典类型编号", order = 13)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
private String dictTypeCode;
|
|
|
|
private String dictTypeCode;
|
|
|
@ -143,7 +133,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "排序")
|
|
|
|
@ApiModelProperty(value = "排序")
|
|
|
|
@ExcelProperty(value = "排序", order = 14)
|
|
|
|
@ExcelProperty(value = "排序", order = 14)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_NOT_NULL})
|
|
|
|
@ValidationArgsLenMax(6)
|
|
|
|
@ValidationArgsLenMax(6)
|
|
|
|
private Integer sort;
|
|
|
|
private Integer sort;
|
|
|
@ -152,7 +141,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "验证类别")
|
|
|
|
@ApiModelProperty(value = "验证类别")
|
|
|
|
@ExcelProperty(value = "验证类别", order = 15)
|
|
|
|
@ExcelProperty(value = "验证类别", order = 15)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgsLenMax(500)
|
|
|
|
@ValidationArgsLenMax(500)
|
|
|
|
private String validateType;
|
|
|
|
private String validateType;
|
|
|
|
|
|
|
|
|
|
|
@ -160,7 +148,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
|
|
|
|
@ApiModelProperty(value = "检索类别")
|
|
|
|
@ApiModelProperty(value = "检索类别")
|
|
|
|
@ExcelProperty(value = "检索类别", order = 16)
|
|
|
|
@ExcelProperty(value = "检索类别", order = 16)
|
|
|
|
@ExcelInfo
|
|
|
|
@ExcelInfo
|
|
|
|
// 验证器
|
|
|
|
|
|
|
|
@ValidationArgs({ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgs({ValiArgsType.IS_GENERAL})
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
@ValidationArgsLenMax(100)
|
|
|
|
private String queryType;
|
|
|
|
private String queryType;
|
|
|
|