From bfd4c16d20d79e56ad38bdb96382959b5b489b6b Mon Sep 17 00:00:00 2001
From: luoyisheng <2855143437@qq.com>
Date: 星期四, 05 十月 2023 15:03:33 +0800
Subject: [PATCH] 9.26。15

---
 cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsVO.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsVO.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsVO.java
index 19b668a..f3c051d 100644
--- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsVO.java
+++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsVO.java
@@ -27,12 +27,15 @@
     private String provinceAndCity;
     private String name;
     private String phone;
-    private Date time;
+    private Date payTime;
     private BigDecimal amount;
     private Integer playPaiCoins;
     /**
      * 1 = 会员 2 =非会员
      */
     private Integer type;
-
+    private Integer appUserId;
+    private Integer state;
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
+    private Date insertTime;
 }

--
Gitblit v1.7.1