@Service public class EppdevColumnService extends _EppdevColumnService
DEL_FLAG_NORMAL| Constructor and Description |
|---|
EppdevColumnService() |
| Modifier and Type | Method and Description |
|---|---|
void |
customeInit(EppdevColumn entity)
数据保存前自定义的初始化操作,数据的初始化
|
List<EppdevColumn> |
listByTableId(String tableId)
list all the columns in a table
|
exists, getDaopublic void customeInit(EppdevColumn entity)
BasicServicecustomeInit in class BasicService<EppdevColumn,EppdevColumnParam>entity - 要初始化的对象public List<EppdevColumn> listByTableId(String tableId)
tableId - table idCopyright © 2019. All rights reserved.