public interface IDictService extends com.baomidou.mybatisplus.service.IService<Dict>
Modifier and Type | Method and Description |
---|---|
void |
addDict(String dictCode,
String dictName,
String dictTips,
String dictValues)
添加字典
|
void |
delteDict(Integer dictId)
删除字典
|
void |
editDict(Integer dictId,
String dictCode,
String dictName,
String dictTips,
String dicts)
编辑字典
|
List<Map<String,Object>> |
list(String conditiion)
查询字典列表
|
List<Dict> |
selectByCode(String code)
根据编码获取词典列表
|
List<Dict> |
selectByParentCode(String code)
根据父类编码获取词典列表
|
delete, deleteBatchIds, deleteById, deleteByMap, insert, insertAllColumn, insertBatch, insertBatch, insertOrUpdate, insertOrUpdateAllColumn, insertOrUpdateAllColumnBatch, insertOrUpdateAllColumnBatch, insertOrUpdateBatch, insertOrUpdateBatch, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMap, selectMaps, selectMapsPage, selectObj, selectObjs, selectOne, selectPage, selectPage, update, updateAllColumnBatchById, updateAllColumnBatchById, updateAllColumnById, updateBatchById, updateBatchById, updateById, updateForSet
Copyright © 2018. All rights reserved.