预约记录

This commit is contained in:
2024-01-31 18:11:42 +08:00
parent d6bb3836d8
commit c9bb257c29
3 changed files with 16 additions and 11 deletions

View File

@@ -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;
}