package com.stylefeng.guns.modular.system.service.impl; import com.stylefeng.guns.modular.system.model.TGoods; import com.stylefeng.guns.modular.system.dao.TGoodsMapper; import com.stylefeng.guns.modular.system.service.ITGoodsService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 货品表 服务实现类 *

* * @author stylefeng * @since 2023-02-03 */ @Service public class TGoodsServiceImpl extends ServiceImpl implements ITGoodsService { }