puzhibing
2024-12-04 04a7c4079fd24946ab1c5dfe3ce8ad8d09b4d1a9
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;
}