1
zhanghua
2024-09-26 c775c6953d9759e70f08acbfa8f6d7490aaae3d1
ycl-platform/src/main/java/com/ycl/service/dict/IDataDictionaryService.java
@@ -35,4 +35,6 @@
    Page listViolations(Integer current, Integer size, String keyWord);
    List<DataDictionaryVo> queryTreeType(String typeCode, Integer level);
    List<DataDictionary> queryByRemark(String remark);
}