|
|
@@ -6,6 +6,7 @@ import com.chinaitop.depot.business.model.BusinessPlan;
|
|
6
|
6
|
import com.chinaitop.depot.business.model.BusinessPlanExample;
|
|
7
|
7
|
import com.chinaitop.depot.business.model.OrgInfo;
|
|
8
|
8
|
import com.chinaitop.depot.business.model.OrgInfoExample;
|
|
|
9
|
+import com.chinaitop.depot.rp.mapper.BusinessQcQualityInspectionMapper;
|
|
9
|
10
|
import com.chinaitop.depot.rp.mapper.BusinessRpInboundMapper;
|
|
10
|
11
|
import com.chinaitop.depot.rp.mapper.BusinessRpOutboundMapper;
|
|
11
|
12
|
import com.chinaitop.depot.rp.mapper.BusinessRpReportMapper;
|
|
|
@@ -36,6 +37,9 @@ import java.util.prefs.BackingStoreException;
|
|
36
|
37
|
@Service
|
|
37
|
38
|
public class BusinessRpReportServiceImpl implements BusinessRpReportService {
|
|
38
|
39
|
|
|
|
40
|
+ @Resource
|
|
|
41
|
+ private BusinessQcQualityInspectionMapper businessQcQualityInspectionMapper;
|
|
|
42
|
+
|
|
39
|
43
|
|
|
40
|
44
|
@Resource
|
|
41
|
45
|
private BusinessRpInboundMapper businessRpInboundMapper;
|