From 532a87bfe96076e3ddc823dc5fbfbb8ea9fb86f9 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期三, 19 三月 2025 10:54:41 +0800 Subject: [PATCH] 修改三方接口环境 --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsQuery.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsQuery.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsQuery.java index 77c4dd9..2ce5945 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsQuery.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/RechargeRecordsQuery.java @@ -23,4 +23,5 @@ private List<Integer> userIds; private BigDecimal amount; private Integer insertType; + private Integer objectId; } -- Gitblit v1.7.1