| | |
| | | package com.hrt.system.service.impl; |
| | | |
| | | import com.hrt.system.domain.poji.ShopGoods; |
| | | import com.hrt.system.mapper.ShopGoodsMapper; |
| | | import com.hrt.system.service.ShopGoodsService; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.hrt.system.domain.poji.shop.ShopGoods; |
| | | import com.hrt.system.mapper.shop.ShopGoodsMapper; |
| | | import com.hrt.system.service.shop.ShopGoodsService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |