package com.stylefeng.guns.modular.system.service.impl; import com.baomidou.mybatisplus.plugins.Page; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.stylefeng.guns.modular.system.dao.TCompanyMapper; import com.stylefeng.guns.modular.system.dao.TCompanyServiceMapper; import com.stylefeng.guns.modular.system.model.TCompany; import com.stylefeng.guns.modular.system.model.TCompanyService; import com.stylefeng.guns.modular.system.model.TCompanyVo; import com.stylefeng.guns.modular.system.service.ITCompanyService; import com.stylefeng.guns.modular.system.service.ITCompanyServiceService; import org.springframework.stereotype.Service; import java.util.List; /** *
* 卡车公司 服务实现类 *
* * @author stylefeng * @since 2023-01-30 */ @Service public class TCompanyServiceServiceImpl extends ServiceImpl