完善了订单信息

This commit is contained in:
chen-xin-zhi 2024-11-11 09:11:53 +08:00
parent f0fcb85236
commit b4f263830f

View File

@ -90,6 +90,13 @@ public class OrderVO implements Serializable {
private Date createTime;
/**
* 订单更新时间
*/
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date updateTime;
@Serial
private static final long serialVersionUID = 1L;