Commit f068b095 authored by 史志龙's avatar 史志龙

作业状态定义--shizhilong

parent a4986473
...@@ -52,7 +52,7 @@ public class WorkBatchDTO { ...@@ -52,7 +52,7 @@ public class WorkBatchDTO {
@ApiModelProperty("来源 1-页面添加 2-超限派工添加") @ApiModelProperty("来源 1-页面添加 2-超限派工添加")
private Integer source; private Integer source;
@ApiModelProperty("作业状态 0-未作业 1-已作业") @ApiModelProperty("作业状态 0-未作业 9-已作业")
private Integer workStatus; private Integer workStatus;
@ApiModelProperty("是否删除 0-未删除 1-已删除") @ApiModelProperty("是否删除 0-未删除 1-已删除")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment