From 3544133928b1f1a8452e3dc933589418d4899bd1 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 31 七月 2023 19:08:01 +0800
Subject: [PATCH] 新增课程管理模块

---
 cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java |    4 +++-
 1 files changed, 3 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..1d46c7a 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,8 +25,10 @@
     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=已取消)")

--
Gitblit v1.7.1