关务相关修改;omsbug修改;
This commit is contained in:
@@ -161,7 +161,17 @@ public class PickingOrderDTO extends BaseVOEntity {
|
||||
@ApiModelProperty("拣货单id集合")
|
||||
private List<Long> pickingOrderIdList;
|
||||
|
||||
@ApiModelProperty("推送关务状态: 1-已推送 0-未推送")
|
||||
@Excel(name = "推送关务状态: 1-已推送 0-未推送")
|
||||
private Integer gwPushStatus;
|
||||
@ApiModelProperty("推送状态:1-未推送,2-推送中,3-推送成功,4-推送失败")
|
||||
private Integer pushStatus;
|
||||
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("推送时间")
|
||||
private Date pushTime;
|
||||
|
||||
@ApiModelProperty("推送人")
|
||||
private Long pushBy;
|
||||
|
||||
@ApiModelProperty("推送人姓名")
|
||||
private String pushByName;
|
||||
}
|
||||
+13
-3
@@ -124,7 +124,17 @@ public class StockShelfOrderDTO extends StockInOrderBaseDTO {
|
||||
@ApiModelProperty(name = "创建时间查询条件结束日期")
|
||||
private String createTimeEnd;
|
||||
|
||||
@ApiModelProperty("推送关务状态: 1-已推送 0-未推送")
|
||||
@Excel(name = "推送关务状态: 1-已推送 0-未推送")
|
||||
private Integer gwPushStatus;
|
||||
@ApiModelProperty("推送状态:1-未推送,2-推送中,3-推送成功,4-推送失败")
|
||||
private Integer pushStatus;
|
||||
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("推送时间")
|
||||
private Date pushTime;
|
||||
|
||||
@ApiModelProperty("推送人")
|
||||
private Long pushBy;
|
||||
|
||||
@ApiModelProperty("推送人姓名")
|
||||
private String pushByName;
|
||||
}
|
||||
Reference in New Issue
Block a user