|
@@ -24,7 +24,7 @@ import java.util.Map;
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/zhcxOperOutsideInspection")
|
|
@RequestMapping("/zhcxOperOutsideInspection")
|
|
@Slf4j
|
|
@Slf4j
|
|
-@Api("外部报验参数")
|
|
|
|
|
|
+@Api(tags = "外部报验参数")
|
|
public class ZhcxOperOutsideInspectionController {
|
|
public class ZhcxOperOutsideInspectionController {
|
|
@Autowired
|
|
@Autowired
|
|
private ZhcxOutsideInspectionItpService inspectionService;
|
|
private ZhcxOutsideInspectionItpService inspectionService;
|