|
|
@@ -3,6 +3,7 @@ package com.usoftchina.saas.sale.controller;
|
|
|
import com.usoftchina.saas.base.Result;
|
|
|
import com.usoftchina.saas.sale.dto.apcheck.SaveOperationData;
|
|
|
import com.usoftchina.saas.sale.service.ApCheckService;
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
@@ -14,6 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
@RequestMapping("/b2b/apCheck")
|
|
|
public class B2BApCheckController {
|
|
|
|
|
|
+ @Autowired
|
|
|
private ApCheckService apCheckService;
|
|
|
|
|
|
/**
|