Explorar el Código

外部报验swagger注解

wangming hace 1 año
padre
commit
327da4b3d9

+ 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;