Parcourir la source

swagger描述补充

wangming il y a 1 an
Parent
commit
80354444c5

+ 6 - 1
business-entity/src/main/java/com/rongwei/bsentity/vo/OperOutsideInspectionVo.java

@@ -17,7 +17,12 @@ public class OperOutsideInspectionVo {
      * 50: 接收
      * 60: 有条件接收
      * */
-    @ApiModelProperty("操作类型")
+    @ApiModelProperty("操作类型:10: 取消\n" +
+            "     20: 拒收\n" +
+            "     30: 派单\n" +
+            "     40: 转派\n" +
+            "     50: 接收\n" +
+            "     60: 有条件接收")
     private String operType;
 
     /**

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

@@ -31,7 +31,7 @@ public class ZhcxOperOutsideInspectionController {
     @Autowired
     private LockUtils lockUtils;
 
-    @ApiOperation("外部报验操作")
+    @ApiOperation("外部报验操作,操作包含:取消,拒收,派单,转派,接收,有条件接收")
     @PostMapping("/OperInspectionStatus")
     public R OperInspectionStatus(@RequestBody List<OperOutsideInspectionVo> vo) {
         try {