1.修改会员余额支付备注

This commit is contained in:
2024-08-29 13:45:26 +08:00
parent 4ea005d132
commit 0bdbd07555
3 changed files with 3 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ public class OrderVo {
private Integer merchantId;
private String tableId;
private Integer vipUserId;
private Integer type;
}