From 600a8ae0735a911b2d9feb75cceb2dc21f1e2dbf Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 24 六月 2026 19:29:46 +0800
Subject: [PATCH] docs: 删除doc目录下已废弃的SQL文件

---
 src/main/java/com/ruoyi/account/pojo/financial/AccountSubject.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/account/pojo/financial/AccountSubject.java b/src/main/java/com/ruoyi/account/pojo/financial/AccountSubject.java
index 222ee6c..2548a9c 100644
--- a/src/main/java/com/ruoyi/account/pojo/financial/AccountSubject.java
+++ b/src/main/java/com/ruoyi/account/pojo/financial/AccountSubject.java
@@ -85,7 +85,7 @@
      */
     @ApiModelProperty("鍒涘缓浜�")
     @TableField(fill = FieldFill.INSERT)
-    private String createUser;
+    private Integer createUser;
 
     /**
      * 鍒涘缓鏃堕棿
@@ -99,7 +99,7 @@
      */
     @ApiModelProperty("淇敼浜�")
     @TableField(fill = FieldFill.INSERT_UPDATE)
-    private String updateUser;
+    private Integer updateUser;
 
     /**
      * 淇敼鏃堕棿

--
Gitblit v1.9.3