1.代客下单会员余额支付

This commit is contained in:
2024-08-21 17:45:16 +08:00
parent da54cc30b7
commit 0e2c0a9604
8 changed files with 136 additions and 3 deletions

View File

@@ -102,6 +102,8 @@ public class TbOrderInfo implements Serializable {
private Integer staffId;
private String useType;
private static final long serialVersionUID = 1L;
public TbOrderInfo(){
super();
@@ -166,4 +168,4 @@ public class TbOrderInfo implements Serializable {
this.payType=payType;
this.tableName=tableName;
}
}
}