‘linchangsheng’ 3 months ago
parent
commit
84292ed859

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/bean/apply/WorkerInvolveApplyVO.java

@@ -19,7 +19,7 @@ public class WorkerInvolveApplyVO    {
     @ApiModelProperty(value = "状态")
     private WorkerInvolveEnum status;
 
-    @ApiModelProperty(value = "工单id")
+    @ApiModelProperty(value = "工单")
     private String orderBaseId;
 
     @ZfireField(tbName = "b")