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