|
|
|
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
|
|
|
|
package com.cloud.kicc.system.api.devtools.entity; |
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
import com.cloud.kicc.common.data.entity.BaseEntity; |
|
|
|
|
import com.cloud.kicc.common.data.entity.CommonEntity; |
|
|
|
|
import java.io.Serializable; |
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
@ -24,7 +25,7 @@ import lombok.experimental.Accessors;
@@ -24,7 +25,7 @@ import lombok.experimental.Accessors;
|
|
|
|
|
@Accessors(chain = true) |
|
|
|
|
@TableName("sys_gen_table_field_type") |
|
|
|
|
@ApiModel(value = "GenTableFieldType对象", description = "表字段物理类型") |
|
|
|
|
public class GenTableFieldType extends CommonEntity { |
|
|
|
|
public class GenTableFieldType extends BaseEntity { |
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
@ -43,5 +44,4 @@ public class GenTableFieldType extends CommonEntity {
@@ -43,5 +44,4 @@ public class GenTableFieldType extends CommonEntity {
|
|
|
|
|
@ApiModelProperty("排序") |
|
|
|
|
private Integer sort; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|