package com.zy.crm.manager.service; import com.zy.crm.manager.entity.CustomerIndustry; import com.baomidou.mybatisplus.service.IService; public interface CustomerIndustryService extends IService { }