代客下单订单同步保存就餐人数
This commit is contained in:
@@ -234,6 +234,9 @@ public class TbOrderInfo implements Serializable {
|
||||
|
||||
@Column(name = "`seat_amount`")
|
||||
private BigDecimal seatAmount;
|
||||
|
||||
@Column(name = "`seat_count`")
|
||||
private Integer seatCount;
|
||||
public void copy(TbOrderInfo source){
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user