package com.zy.crm.manager.service.impl; import com.zy.crm.manager.mapper.WeeklyCostTypesMapper; import com.zy.crm.manager.entity.WeeklyCostTypes; import com.zy.crm.manager.service.WeeklyCostTypesService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("weeklyCostTypesService") public class WeeklyCostTypesServiceImpl extends ServiceImpl implements WeeklyCostTypesService { }