关务系统添加关务推送状态字段;

This commit is contained in:
王奎兴
2026-05-18 11:49:08 +08:00
parent 187710f578
commit 9fcacbf9af
20 changed files with 79 additions and 14 deletions
@@ -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;
}
@@ -123,4 +123,8 @@ public class StockShelfOrderDTO extends StockInOrderBaseDTO {
@ApiModelProperty(name = "创建时间查询条件结束日期")
private String createTimeEnd;
}
@ApiModelProperty("推送关务状态: 1-已推送 0-未推送")
@Excel(name = "推送关务状态: 1-已推送 0-未推送")
private Integer gwPushStatus;
}