|
@@ -1,4 +1,4 @@
|
|
|
-package com.fjhx.supply.service.supplier.impl;
|
|
|
+package com.fjhx.purchase.service.supplier.impl;
|
|
|
|
|
|
import com.baomidou.dynamic.datasource.toolkit.DynamicDataSourceContextHolder;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
@@ -6,14 +6,14 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.fjhx.common.constant.SourceConstant;
|
|
|
import com.fjhx.item.service.product.ProductClassifyService;
|
|
|
import com.fjhx.item.service.product.ProductInfoService;
|
|
|
-import com.fjhx.supply.entity.supplier.dto.SupplierPriceDto;
|
|
|
-import com.fjhx.supply.entity.supplier.dto.SupplierPriceSelectDto;
|
|
|
-import com.fjhx.supply.entity.supplier.po.SupplierInfo;
|
|
|
-import com.fjhx.supply.entity.supplier.po.SupplierPrice;
|
|
|
-import com.fjhx.supply.entity.supplier.vo.SupplierPriceAddVo;
|
|
|
-import com.fjhx.supply.entity.supplier.vo.SupplierPriceVo;
|
|
|
-import com.fjhx.supply.mapper.supplier.SupplierPriceMapper;
|
|
|
-import com.fjhx.supply.service.supplier.SupplierPriceService;
|
|
|
+import com.fjhx.purchase.entity.supplier.dto.SupplierPriceDto;
|
|
|
+import com.fjhx.purchase.entity.supplier.dto.SupplierPriceSelectDto;
|
|
|
+import com.fjhx.purchase.entity.supplier.po.SupplierInfo;
|
|
|
+import com.fjhx.purchase.entity.supplier.po.SupplierPrice;
|
|
|
+import com.fjhx.purchase.entity.supplier.vo.SupplierPriceAddVo;
|
|
|
+import com.fjhx.purchase.entity.supplier.vo.SupplierPriceVo;
|
|
|
+import com.fjhx.purchase.mapper.supplier.SupplierPriceMapper;
|
|
|
+import com.fjhx.purchase.service.supplier.SupplierPriceService;
|
|
|
import com.ruoyi.common.utils.wrapper.IWrapper;
|
|
|
import com.ruoyi.common.utils.wrapper.SqlField;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|