package com.zy.crm.manager.service; import com.zy.crm.manager.entity.CstmrType; import com.baomidou.mybatisplus.service.IService; public interface CstmrTypeService extends IService { CstmrType selectByName(Long hostId, String name); }