From bfcbef7a6bf2eb73bbf7ae84dac49a8f49db1e1c Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 08 Jul 2025 14:49:45 +0800
Subject: [PATCH] 修改股票类型
---
src/main/java/com/nq/pojo/FundsApply.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/nq/pojo/FundsApply.java b/src/main/java/com/nq/pojo/FundsApply.java
index 44a0d9d..ce2a032 100644
--- a/src/main/java/com/nq/pojo/FundsApply.java
+++ b/src/main/java/com/nq/pojo/FundsApply.java
@@ -4,7 +4,8 @@
import java.math.BigDecimal;
import java.util.Date;
-/* */ public class FundsApply implements Serializable { private static final long serialVersionUID = 1L; private Integer id; private String orderNumber;
+/* */ public class FundsApply implements Serializable {
+ private static final long serialVersionUID = 1L; private Integer id; private String orderNumber;
/* */ private Integer userId;
/* */ private String userName;
/* */ private String userPhone;
--
Gitblit v1.9.3