This commit is contained in:
雷欧(林平凡)
2025-06-11 18:06:38 +08:00
parent 71c64420ef
commit 09294be57e
2 changed files with 6 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ public class JDOrder {
private String orderId; // 订单号
private String buyer; // 下单人
private Date orderTime; // 下单时间
private String status;
@Column(updatable = false, insertable = false, columnDefinition = "DATETIME DEFAULT CURRENT_TIMESTAMP")
private Date createTime;