@Service public class EppdevVersionService extends _EppdevVersionService
| Modifier and Type | Field and Description |
|---|---|
(package private) EppdevTableService |
tableService |
DEL_FLAG_NORMAL| Constructor and Description |
|---|
EppdevVersionService() |
| Modifier and Type | Method and Description |
|---|---|
void |
customeInit(EppdevVersion entity)
数据保存前自定义的初始化操作,数据的初始化
|
EppdevVersion |
get(String id)
获取一条数据
|
exists, getDao@Autowired EppdevTableService tableService
public void customeInit(EppdevVersion entity)
BasicServicecustomeInit in class BasicService<EppdevVersion,EppdevVersionParam>entity - 要初始化的对象public EppdevVersion get(String id)
BasicServiceget in class BasicService<EppdevVersion,EppdevVersionParam>id - 数据IDCopyright © 2019. All rights reserved.