台桌添加订单字段
This commit is contained in:
@@ -21,7 +21,16 @@ import java.util.Date;
|
||||
public class ShopTableVO extends ShopTable {
|
||||
private Long orderId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 订单金额
|
||||
*/
|
||||
private BigDecimal orderAmount;
|
||||
/**
|
||||
* 人数
|
||||
*/
|
||||
private Integer personNum;
|
||||
/**
|
||||
* 订单创建时间
|
||||
*/
|
||||
private Date orderCreateTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user