|
@@ -4,19 +4,17 @@ package com.yh.saas.plugin.yiliangyiyun.controller;
|
|
|
|
|
|
import com.yh.saas.plugin.yiliangyiyun.entity.ContractManagementInfo;
|
|
|
import com.yh.saas.plugin.yiliangyiyun.service.IContractManagementInfoService;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
-import com.winsea.svc.base.base.util.page.PageUtil;
|
|
|
-import com.winsea.svc.base.base.util.page.PageView;
|
|
|
-import com.yh.saas.common.support.plugin.PluginFeature;
|
|
|
-import com.yh.saas.plugin.yiliangyiyun.entity.ContractManagementInfo;
|
|
|
-import com.yh.saas.plugin.yiliangyiyun.service.IContractManagementInfoService;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+//import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+//import org.springframework.web.bind.annotation.*;
|
|
|
import com.baomidou.mybatisplus.plugins.Page;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
-
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
+import org.springframework.web.bind.annotation.GetMapping;
|
|
|
+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.RequestParam;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
/**
|
|
|
* <p>
|
|
|
* 合同管理 前端控制器
|