1
phpcjl
2024-12-17 f6c948f093a35f20e8fc94b5d0f893c5647c41b7
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;
}