revert: 回滚校验字典code代码修改

This commit is contained in:
Kang_Yang
2024-11-07 14:19:31 +08:00
parent 8b4fcfe4ca
commit 5639c8b800
3 changed files with 3 additions and 19 deletions

View File

@@ -36,14 +36,6 @@ public interface DictMapper extends BaseMapper<Dict> {
*/
List<DictVO> getAllDictWithData();
/**
* 获取指定字典编码对应的的数量
*
* @param dictCode 字典编码
* @return
*/
long getDictCodeCount(String dictCode);
}