中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-08 9219488d53d9ab234321ca1bb0b7322a9a2d1882
src/main/java/com/zy/crm/manager/service/CstmrTypeService.java
@@ -5,4 +5,6 @@
public interface CstmrTypeService extends IService<CstmrType> {
    CstmrType selectByName(Long hostId, String name);
}