From 4f0d9bde31a80f6279e26466250da7716eec627f Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期四, 18 十二月 2025 09:15:05 +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