中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-14 05e30bdf28b23586aafef90c36eb32aa6a17d9a9
src/main/java/com/zy/crm/system/service/DicService.java
@@ -5,4 +5,6 @@
public interface DicService extends IService<Dic> {
    Dic selectByName(String name);
}