|
@@ -19,6 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
import javax.validation.Valid;
|
|
import javax.validation.Valid;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -36,6 +37,8 @@ import java.util.List;
|
|
@RequestMapping("/klScale")
|
|
@RequestMapping("/klScale")
|
|
@Api(value = "量表结构表相关API", tags = { "量表结构表相关API" })
|
|
@Api(value = "量表结构表相关API", tags = { "量表结构表相关API" })
|
|
@SuppressWarnings("unchecked")
|
|
@SuppressWarnings("unchecked")
|
|
|
|
+@ApiIgnore
|
|
|
|
+@Deprecated
|
|
public class KlScaleController {
|
|
public class KlScaleController {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|