预约记录
This commit is contained in:
@@ -21,6 +21,8 @@ public class VegeCellarReserveOrderVo implements Vo {
|
||||
private String store; //门店
|
||||
private String storeSid; //门店
|
||||
private String storeName; //门店
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
|
||||
private Date createTime;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd ",timezone="GMT+8")
|
||||
private Date reserveDate; //预约时间
|
||||
private String bagName; //礼包
|
||||
@@ -41,4 +43,5 @@ public class VegeCellarReserveOrderVo implements Vo {
|
||||
private String stateValue;
|
||||
private String affiliationValue;
|
||||
private String reserveCode;
|
||||
private boolean showLsit=false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user