类 GenTable

java.lang.Object
top.binfast.common.mybatis.bean.model.BaseModel
top.binfast.daemon.codegen.domain.GenTable
所有已实现的接口:
Serializable

@TableName("gen_table") public class GenTable extends top.binfast.common.mybatis.bean.model.BaseModel
业务表 gen_table
作者:
Lion Li
另请参阅:
  • 字段概要

    从类继承的字段 top.binfast.common.mybatis.bean.model.BaseModel

    createBy, createTime, deleted, id, updateBy, updateTime
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
     
    static boolean
    isCrud(String tplCategory)
     
    boolean
    isSuperColumn(String javaField)
     
    static boolean
    isSuperColumn(String tplCategory, String javaField)
     
    boolean
     
    static boolean
    isTree(String tplCategory)
     

    从类继承的方法 top.binfast.common.mybatis.bean.model.BaseModel

    canEqual, equals, getCreateBy, getCreateTime, getDeleted, getId, getUpdateBy, getUpdateTime, hashCode, setCreateBy, setCreateTime, setDeleted, setId, setUpdateBy, setUpdateTime, toString

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • GenTable

      public GenTable()
  • 方法详细资料

    • isTree

      public boolean isTree()
    • isTree

      public static boolean isTree(String tplCategory)
    • isCrud

      public boolean isCrud()
    • isCrud

      public static boolean isCrud(String tplCategory)
    • isSuperColumn

      public boolean isSuperColumn(String javaField)
    • isSuperColumn

      public static boolean isSuperColumn(String tplCategory, String javaField)