From 25f40033369888089e0c8640f2ad1b29d48ebea9 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期三, 01 十一月 2023 22:07:03 +0800 Subject: [PATCH] 11.12 --- 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