@Service public class DictValueService extends Object implements cn.tworice.common.util.excel.InductsListenerService<DictValueDO>
| 构造器和说明 |
|---|
DictValueService() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
del(Integer[] ids) |
DictValueDO |
info(int id) |
Map<String,Object> |
list(PageParam pageParam,
DictValueDO entity) |
boolean |
saveBatch(List<DictValueDO> list) |
int |
set(DictValueDO entity) |
boolean |
update(DictValueDO entity) |
public Map<String,Object> list(PageParam pageParam, DictValueDO entity)
public int set(DictValueDO entity)
public int del(Integer[] ids)
public boolean update(DictValueDO entity)
public DictValueDO info(int id)
public boolean saveBatch(List<DictValueDO> list)
saveBatch 在接口中 cn.tworice.common.util.excel.InductsListenerService<DictValueDO>Copyright © 2024. All rights reserved.