luodangjia
2024-12-16 a8d2cb07f6440dc54dc4005b0b06d5a47cb1517d
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/impl/GoodsAreaServiceImpl.java
@@ -6,10 +6,11 @@
import com.ruoyi.other.service.GoodsAreaService;
import org.springframework.stereotype.Service;
/**
 * @author zhibing.pu
 * @Date 2024/11/28 9:33
 */
import javax.annotation.Resource;
@Service
public class GoodsAreaServiceImpl extends ServiceImpl<GoodsAreaMapper, GoodsArea> implements GoodsAreaService {
    @Resource
    private GoodsAreaMapper goodsAreaMapper;
}