关务推送bug;

This commit is contained in:
王奎兴
2026-06-23 09:29:31 +08:00
parent 4a07d1a0c4
commit 7babb53e90
9 changed files with 51 additions and 11 deletions
@@ -408,4 +408,13 @@ public class StockInOrderDTO extends StockInOrderBaseDTO {
@ApiModelProperty("推送人姓名")
private String pushByName;
@ApiModelProperty(value = "推送时间起")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date pushTimeStart;
@ApiModelProperty(value = "推送时间止")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date pushTimeEnd;
}