Package cn.sinozg.applet.opt.module
Class OptMapperTable
java.lang.Object
cn.sinozg.applet.opt.module.OptMapperTable
- All Implemented Interfaces:
Serializable
表信息对象 缓存
- Since:
- 2024-02-27 17:48:46
- Author:
- xieyubin
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
实体 -
entityName
实体名称 -
tableName
表名称 -
tableDesc
表描述 -
idColumnName
主键列名称 -
idPropertyName
主键属性名称 -
propertyMap
所有需要记录的值 属性 -
record
private boolean record是否有字段需要记录 默认记录 -
logTable
private boolean logTable日志表 非业务
-
-
Constructor Details
-
OptMapperTable
public OptMapperTable()
-