类的使用
com.cdkjframework.entity.center.library.TableLayoutEntity
使用TableLayoutEntity的程序包
程序包
说明
公共服务接口、订单生成(基于数据库),数据库修改(配合前端实现表格自定义),日志,代码生成
公共服务、订单生成(基于数据库),数据库修改(配合前端实现表格自定义),日志,代码生成
公共业务mapper接口
-
com.cdkjframework.center.service中TableLayoutEntity的使用
类型变量类型为TableLayoutEntity的com.cdkjframework.center.service中的方法参数修饰符和类型方法说明void
UpdateDatabaseService.updateEntityTable
(List<TableLayoutEntity> layoutEntityList) 更新实体表 -
com.cdkjframework.center.service.impl中TableLayoutEntity的使用
类型变量类型为TableLayoutEntity的com.cdkjframework.center.service.impl中的方法参数修饰符和类型方法说明void
UpdateDatabaseServiceImpl.updateEntityTable
(List<TableLayoutEntity> layoutEntityList) 更新实体表 -
com.cdkjframework.core.business.mapper中TableLayoutEntity的使用
修饰符和类型方法说明void
UpdateLibraryMapper.createTable
(TableLayoutEntity table) 创建表void
UpdateLibraryMapper.createTableColumn
(TableLayoutEntity table, ColumnLayoutEntity column) 创建字段void
UpdateLibraryMapper.createTableUniqueIndex
(TableLayoutEntity table, ColumnLayoutEntity column) 创建唯一索引void
UpdateLibraryMapper.deleteTableField
(TableLayoutEntity table, ColumnLayoutEntity column) 删了表字段类型变量类型为TableLayoutEntity的com.cdkjframework.core.business.mapper中的方法参数