Переглянути джерело

外部报验swagger注解

wangming 1 рік тому
батько
коміт
7f50dd6668

+ 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("外部报验参数")
+@Api(tags = "外部报验参数")
 public class ZhcxOperOutsideInspectionController {
     @Autowired
     private ZhcxOutsideInspectionItpService inspectionService;