类的使用
top.binfast.daemon.codegen.domain.GenTableColumn
使用GenTableColumn的程序包
程序包
说明
-
top.binfast.daemon.codegen.controller中GenTableColumn的使用
返回变量类型为GenTableColumn的类型的top.binfast.daemon.codegen.controller中的方法修饰符和类型方法说明com.alibaba.cola.dto.PageResponse<GenTableColumn> GenController.columnList(Long tableId) 查询数据表字段列表 -
top.binfast.daemon.codegen.service中GenTableColumn的使用
返回变量类型为GenTableColumn的类型的top.binfast.daemon.codegen.service中的方法修饰符和类型方法说明GenTableServiceImpl.selectDbTableColumnsByName(String tableName, String dataName, String dataSourceName) 根据表名称查询列信息IGenTableService.selectDbTableColumnsByName(String tableName, String dataName, String dataSourceName) 根据表名称查询列信息GenTableServiceImpl.selectGenTableColumnListByTableId(Long tableId) 查询业务字段列表IGenTableService.selectGenTableColumnListByTableId(Long tableId) 查询业务字段列表 -
top.binfast.daemon.codegen.util中GenTableColumn的使用
类型变量类型为GenTableColumn的top.binfast.daemon.codegen.util中的方法参数修饰符和类型方法说明static voidVelocityUtils.addDicts(Set<String> dicts, List<GenTableColumn> columns) 添加字典列表