|
@@ -1,6 +1,5 @@
|
|
|
package com.railway.business.catenary.controller;
|
|
package com.railway.business.catenary.controller;
|
|
|
|
|
|
|
|
-import com.railway.business.catenary.domain.BusJcbBlq;
|
|
|
|
|
import com.railway.business.catenary.domain.BusJcbJcxc;
|
|
import com.railway.business.catenary.domain.BusJcbJcxc;
|
|
|
import com.railway.business.catenary.domain.vo.JcebQueryVo;
|
|
import com.railway.business.catenary.domain.vo.JcebQueryVo;
|
|
|
import com.railway.business.catenary.service.IBusJcbJcxcService;
|
|
import com.railway.business.catenary.service.IBusJcbJcxcService;
|
|
@@ -13,15 +12,21 @@ import com.railway.common.utils.poi.WordUtils;
|
|
|
import com.railway.system.service.ISysFileService;
|
|
import com.railway.system.service.ISysFileService;
|
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
|
|
-import org.springframework.validation.annotation.Validated;
|
|
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
|
|
-
|
|
|
|
|
-import javax.validation.Valid;
|
|
|
|
|
import java.util.HashMap;
|
|
import java.util.HashMap;
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
+import javax.validation.Valid;
|
|
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
+import org.springframework.beans.factory.annotation.Value;
|
|
|
|
|
+import org.springframework.validation.annotation.Validated;
|
|
|
|
|
+import org.springframework.web.bind.annotation.DeleteMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.PathVariable;
|
|
|
|
|
+import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.PutMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @author zhangcaifeng
|
|
* @author zhangcaifeng
|