用途變更字段
private String store_id; // 訂單對(duì)應(yīng)的門(mén)店用戶(hù)id(User) private String store_name; // 訂單對(duì)應(yīng)的門(mén)店名稱(chēng)
新增字段
@Lock@Column(precision = 12, scale = 2)private BigDecimal depositPrice; // 定金總計(jì)
private String store_id; // 訂單對(duì)應(yīng)的門(mén)店用戶(hù)id(User) private String store_name; // 訂單對(duì)應(yīng)的門(mén)店名稱(chēng)
@Lock@Column(precision = 12, scale = 2)private BigDecimal depositPrice; // 定金總計(jì)