类 TableDTO

java.lang.Object
com.jeeplus.core.service.dto.BaseDTO
com.jeeplus.devtools.service.dto.TableDTO
所有已实现的接口:
Serializable

public class TableDTO extends com.jeeplus.core.service.dto.BaseDTO
业务表Entity
版本:
2021-10-15
作者:
jeeplus
另请参阅:
  • 构造器详细资料

    • TableDTO

      public TableDTO()
    • TableDTO

      public TableDTO(String id)
  • 方法详细资料

    • getNameAndComments

      public String getNameAndComments()
      获取列名和说明
      返回:
    • getImportList

      public List<String> getImportList()
      获取导入依赖包字符串
      返回:
    • getImportEntityList

      public List<String> getImportEntityList()
      获取导入依赖包字符串
      返回:
    • getImportExcelList

      public List<String> getImportExcelList()
      获取导入依赖包字符串
      返回:
    • getImportGridJavaList

      public List<String> getImportGridJavaList()
      获取导入依赖包字符串
      返回:
    • getImportGridJavaMapperList

      public List<String> getImportGridJavaMapperList()
    • getQueryList

      public List<TableColumnDTO> getQueryList()
    • getTableList

      public List<TableColumnDTO> getTableList()
    • getFormList

      public List<TableColumnDTO> getFormList()
    • getValidationList

      public List<TableColumnDTO> getValidationList()
    • getQueryBetwinDate

      public List<TableColumnDTO> getQueryBetwinDate()
    • getQueryComponents

      public List<String> getQueryComponents()
    • getFormComponents

      public List<String> getFormComponents()
    • getImportFormList

      public List<String> getImportFormList()
    • getImportQueryList

      public List<String> getImportQueryList()
    • getParentExists

      public Boolean getParentExists()
      是否存在父类
      返回:
    • getParentJavaField

      public String getParentJavaField()
      是否存在父类
      返回:
    • getCreateTimeExists

      public Boolean getCreateTimeExists()
      是否存在create_time列
      返回:
    • getUpdateTimeExists

      public Boolean getUpdateTimeExists()
      是否存在update_time列
      返回:
    • getDelFlagExists

      public Boolean getDelFlagExists()
      是否存在del_flag列
      返回: