@Service public class EppdevColumnService extends _EppdevColumnService
DEL_FLAG_NORMAL| 构造器和说明 |
|---|
EppdevColumnService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
customeInit(EppdevColumn entity)
数据保存前自定义的初始化操作,数据的初始化
|
List<EppdevColumn> |
listByTableId(String tableId)
list all the columns in a table
|
exists, getDaopublic void customeInit(EppdevColumn entity)
BasicServicecustomeInit 在类中 BasicService<EppdevColumn,EppdevColumnParam>entity - 要初始化的对象public List<EppdevColumn> listByTableId(String tableId)
tableId - table idCopyright © 2019. All rights reserved.