|
@@ -13,10 +13,7 @@ import com.huimv.farm.damsubsidy.service.IBillLandingInspectionService;
|
|
import com.huimv.farm.damsubsidy.service.IBillSubsidyService;
|
|
import com.huimv.farm.damsubsidy.service.IBillSubsidyService;
|
|
import com.huimv.farm.damsubsidy.service.ISysUserService;
|
|
import com.huimv.farm.damsubsidy.service.ISysUserService;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
-import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
-import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
+import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
import javax.servlet.http.HttpServletRequest;
|
|
import javax.servlet.http.HttpServletRequest;
|
|
@@ -32,6 +29,7 @@ import java.util.Map;
|
|
* @author Newspaper
|
|
* @author Newspaper
|
|
* @since 2023-04-27
|
|
* @since 2023-04-27
|
|
*/
|
|
*/
|
|
|
|
+@CrossOrigin
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/Enterprise-Cooperative")
|
|
@RequestMapping("/Enterprise-Cooperative")
|
|
public class EnterpriseCooperativeController {
|
|
public class EnterpriseCooperativeController {
|