录单
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user