docs: 注释优化

This commit is contained in:
Ray.Hao
2025-04-02 09:51:53 +08:00
parent 4451c170c8
commit b57853477d
29 changed files with 105 additions and 138 deletions

View File

@@ -66,13 +66,6 @@ public interface DictService extends IService<Dict> {
*/
void deleteDictByIds(List<String> ids);
/**
* 获取字典项列表
*
* @param dictCode 字典编码
* @return 字典项列表
*/
List<DictItemOptionVO> getDictItems(String dictCode);
}