From fc0cc9fff4b4cbdc7cbb52b4a96c947530fcbba0 Mon Sep 17 00:00:00 2001
From: zhai <1528081232@qq.com>
Date: 星期六, 13 十二月 2025 11:04:03 +0800
Subject: [PATCH] 广海地质资料系统部分内容修改

---
 src/main/java/com/zbooksoft/gdmis/data/entity/BorrowForm.java |   82 ++++++++++++++++++-----------------------
 1 files changed, 36 insertions(+), 46 deletions(-)

diff --git a/src/main/java/com/zbooksoft/gdmis/data/entity/BorrowForm.java b/src/main/java/com/zbooksoft/gdmis/data/entity/BorrowForm.java
index cd9c00f..af6c41a 100644
--- a/src/main/java/com/zbooksoft/gdmis/data/entity/BorrowForm.java
+++ b/src/main/java/com/zbooksoft/gdmis/data/entity/BorrowForm.java
@@ -31,51 +31,50 @@
     /**
      * 鍒╃敤绫诲瀷锛�0鐢靛瓙鍊熼槄锛�1绾歌川鍊熼槄
      */
-    private Integer utilizationType;
+    private Integer borrowType;
     /**
      * 鍒╃敤浜篿d
      */
-    private Long utilizationUserId;
+    private Long borrowUserId;
     /**
      * 鍒╃敤浜哄悕绉�
      */
-    private String utilizationUserName;
+    private String borrowUserName;
+
     /**
-     * 鍒╃敤浜烘墍鍦ㄩ儴闂↖D
+     * 閭斂缂栫爜
      */
-    private Long utilizationDeptId;
+    private String postCode;
+
     /**
-     * 鍒╃敤浜烘墍鍦ㄩ儴闂�
+     * 娑夊瘑璇佷功缂栧彿
      */
-    private String utilizationDept;
+    private String certificateNumber;
+    /**
+     * 鐢佃瘽鍙风爜
+     */
+    private String telNumber;
     /**
      * 鍒╃敤浜烘墜鏈哄彿
      */
-    private String utilizationTel;
+    private String borrowTel;
     /**
      * 鍒╃敤鏃ユ湡(榛樿涓哄垱寤烘棩鏈�,娴佺▼鎵瑰噯瀹屽悗鏀逛负鎵瑰噯鏃ユ湡)
      */
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     @JsonFormat(pattern = "yyyy-MM-dd")
-    private Date utilizationDate;
+    private Date borrowDate;
     /**
      * 鍒╃敤鎴鏃ユ湡
      */
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     @JsonFormat(pattern = "yyyy-MM-dd")
-    private Date utilizationValidDate;
+    private Date borrowValidDate;
     /**
-     * 鍒╃敤鐞嗙敱
+     * 璧勬枡鐢ㄩ��
      */
-    private String utilizationPurpose;
-    /**
-     * 褰掓。閮ㄩ棬
-     */
-    private String filingUnit;
-    /**
-     * 褰掓。閮ㄩ棬ID
-     */
-    private Long filingUnitId;
+    private String borrowPurpose;
+
     /**
      * 澶囨敞
      */
@@ -94,17 +93,10 @@
     private String flowStep;
 
     /**
-     * 鐢靛瓙鍊熼槄鏄惁瀛樺湪鍘熶欢鍊熷嚭锛屽彧瑕佹湁涓�鏉″�熼槄鏄庣粏鍕鹃�夊師浠跺�熷嚭锛屽垯淇敼涓�1
-     */
-    private Integer originalBorrow;
-    /**
      * 娴佺▼瀹炰緥ID
      */
     private Long processInstanceId;
-    /**
-     * 褰掕繕鏃ユ湡
-     */
-    private Date returnDate;
+
     /**
      * 鍒涘缓浜篒D
      */
@@ -124,31 +116,29 @@
     /**
      * 瀵嗙骇浠g爜
      */
-    private Integer securityClassificationCode;
+    private Integer securityCode;
 
-    /**
-     * 鏈�鍚庡偓杩樻椂闂�
-     */
-    private Date lastRecallTime;
-    /**
-     * 鍌繕娆℃暟
-     */
-    private Integer recallNum;
-
-
-    private Integer isExist;
-
-    private String cardId;
 
     private String deptName;
 
-    private String deptNature;
+    private String deptAddress;
 
-    private String area;
+    private Integer fileCount;
 
+    private Integer itemCount;
+
+    /**
+     * 韬唤璇佸彿鐮�  ID_CARD
+     */
+    private String idCard;
+    /**
+     * 鍒╃敤鏂瑰紡 宸茬粡璧拌繃娴佺▼锛屾湭璧拌繃娴佺▼
+     */
     private String utilizationMethod;
-
-    private String utilizationMode;
+    /**
+     * 鍒犻櫎鐘舵��
+     */
+    private Integer deleteState;
 
 
 }

--
Gitblit v1.9.1