From b716afd262ff60ff1db0b1e7c95800e7ad2b7202 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期一, 07 七月 2025 11:07:37 +0800
Subject: [PATCH] 支付版本更新 根据资金流向使用V2或V3服务商版本支付

---
 cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java b/cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java
index 1251527..baa34e5 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java
@@ -25,12 +25,18 @@
     private String storeLon;
     @ApiModelProperty("门店纬度")
     private String storeLat;
-    @ApiModelProperty("支付金额")
+    @ApiModelProperty("现金价格")
     private Double payMoney;
+    @ApiModelProperty("玩湃币价格")
+    private Integer playPaiCoin;
     @ApiModelProperty("预约时间")
     private String appointment;
     @ApiModelProperty("状态(0=待支付,1=待核销,2=已到店,3=已完成,4=已过期,5=已取消)")
     private Integer status;
     @ApiModelProperty("创建时间")
     private Long insertTime;
+    @ApiModelProperty("支付方式2玩湃币,其他rmb")
+    private Integer payType;
+    @ApiModelProperty("1是半场,2 不是")
+    private Integer isHalf;
 }

--
Gitblit v1.7.1