package com.stylefeng.guns.modular.system.service.impl; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.stylefeng.guns.modular.system.dao.TCarriersMapper; import com.stylefeng.guns.modular.system.model.TCarriers; import com.stylefeng.guns.modular.system.service.TCarriersService; import org.springframework.stereotype.Service; /** *

* 服务实现类 *

* * @author administrator * @since 2023-03-15 */ @Service public class TCarriersServiceImpl extends ServiceImpl implements TCarriersService { }