소스 검색

外部报验swagger注解

wangming 1 년 전
부모
커밋
327da4b3d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-server/src/main/java/com/rongwei/bsserver/controller/ZhcxOperOutsideInspectionController.java

+ 1 - 1
business-server/src/main/java/com/rongwei/bsserver/controller/ZhcxOperOutsideInspectionController.java

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