Преглед на файлове

外部报验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;