中扬CRM客户关系管理系统
LSH
2023-08-16 b9a9f8f4638621588be73b2d4577e7c6a016ef4c
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);
}