完成时间字段查询 推送字段查询

This commit is contained in:
zhaoqing
2026-06-02 17:59:04 +08:00
parent f1f3e8f5de
commit c724654e36
5 changed files with 22 additions and 2 deletions
@@ -142,4 +142,10 @@ public class StockShelfOrderPO extends StockInOrderBasePO {
@ApiModelProperty("是否报关")
private Long needCustomsDeclaration;
@ApiModelProperty("完成时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd")
@Excel(name = "完成时间", width = 30, dateFormat = "yyyy-MM-dd")
private Date completionTime;
}