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