作业人员名称
This commit is contained in:
@@ -435,7 +435,8 @@ public class StockInOrderDTO extends StockInOrderBaseDTO {
|
||||
|
||||
@ApiModelProperty("作业人用户ID")
|
||||
private Long workUserId;
|
||||
|
||||
@ApiModelProperty("作业人用户")
|
||||
private String workUserName;
|
||||
@ApiModelProperty("作业任务接收状态")
|
||||
private String workTaskReceiveStatus;
|
||||
|
||||
|
||||
+2
-1
@@ -486,7 +486,8 @@ public class StockOutOrderDTO extends StockOutOrderBaseDTO {
|
||||
private Date createTimeTo;
|
||||
@ApiModelProperty("作业人用户ID")
|
||||
private Long workUserId;
|
||||
|
||||
@ApiModelProperty("作业人用户")
|
||||
private String workUserName;
|
||||
@ApiModelProperty("作业任务接收状态")
|
||||
private String workTaskReceiveStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user