关务系统添加关务推送状态字段;
This commit is contained in:
@@ -160,4 +160,8 @@ public class PickingOrderDTO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("拣货单id集合")
|
||||
private List<Long> pickingOrderIdList;
|
||||
}
|
||||
|
||||
@ApiModelProperty("推送关务状态: 1-已推送 0-未推送")
|
||||
@Excel(name = "推送关务状态: 1-已推送 0-未推送")
|
||||
private Integer gwPushStatus;
|
||||
}
|
||||
+5
-1
@@ -123,4 +123,8 @@ public class StockShelfOrderDTO extends StockInOrderBaseDTO {
|
||||
|
||||
@ApiModelProperty(name = "创建时间查询条件结束日期")
|
||||
private String createTimeEnd;
|
||||
}
|
||||
|
||||
@ApiModelProperty("推送关务状态: 1-已推送 0-未推送")
|
||||
@Excel(name = "推送关务状态: 1-已推送 0-未推送")
|
||||
private Integer gwPushStatus;
|
||||
}
|
||||
Reference in New Issue
Block a user