From 631a5aa09e0147ca81fffcb1434e57b1cd1ba6f6 Mon Sep 17 00:00:00 2001
From: lisy <linlangsur163@163.com>
Date: 星期三, 09 八月 2023 09:34:53 +0800
Subject: [PATCH] app端口:积分变动记录增加变动类型字段,代码同步更新;积分兑换操作的数量校验功能完善

---
 cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 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 ef7ea19..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,12 +25,14 @@
     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 String insertTime;
+    private Long insertTime;
 }

--
Gitblit v1.7.1