类 TableConf

java.lang.Object
cn.warpin.core.base.baseEntity.BaseEntity
cn.warpin.core.base.tableConf.bean.TableConf
直接已知子类:
TableConfVO

@Entity public class TableConf extends BaseEntity
Summary :
作者:
gyq
  • 字段详细资料

    • columnName

      private String columnName
      字段名
    • columnOrmName

      private String columnOrmName
      字段映射名
    • componentLabel

      private String componentLabel
      对应componentData返回数据中要显示的字段名称
    • ComponentValue

      private String ComponentValue
      对应componentData返回数据中要取值的字段名称
    • columnLabel

      private String columnLabel
      字段中文描述
    • componentData

      private String componentData
      组件中的选项数据
    • optionData

      private String optionData
      组件中的选项类型数据,填选项父级标识
    • componentType

      private String componentType
      组件类型
    • editPosition

      private Integer editPosition
      在编辑页中的位置
    • editShow

      private String editShow
      编辑中是否显示
    • editAble

      private String editAble
      编辑中是否可编辑
    • editRequired

      private String editRequired
      编辑中为必填项
    • editWidth

      private Integer editWidth
      在编辑页的组件宽度
    • sqlIgnore

      private String sqlIgnore
      sql拼接中是否忽略
    • sqlSpellMode

      private String sqlSpellMode
      sql拼接的类型,默认eq
    • tableName

      private String tableName
      表名
    • tableWidth

      private Integer tableWidth
      在表格中的宽度
    • tableLabel

      private String tableLabel
      表的中文描述
    • tablePosition

      private Integer tablePosition
      在表格中的位置
    • tableShow

      private String tableShow
      是否在表格中显示
    • copiable

      private String copiable
      表格中是否可复制
    • entityName

      private String entityName
      实体类名称
    • beCondition

      private String beCondition
      是否作为查询条件
    • conditionType

      private String conditionType
      是否作为查询条件
    • conditionRangeStartName

      private String conditionRangeStartName
      查询条件为范围时的起始参数的名称
    • conditionRangeEndName

      private String conditionRangeEndName
      查询条件为范围时的结束参数的名称
    • pkg

      private String pkg
      实体类包路径
  • 构造器详细资料

    • TableConf

      public TableConf()