From a7ad35b3e20867204cda9faa7bdf8a686264e906 Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期四, 27 三月 2025 17:17:43 +0800
Subject: [PATCH] 合同及明细业务调整

---
 platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java
index 2f70181..c192bac 100644
--- a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java
+++ b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java
@@ -29,16 +29,16 @@
 @Table(appliesTo = "receiving_note", comment = "楠屾敹琛�")
 public class ReceivingNote extends BaseModel<ReceivingNote> {
 	/**
-	 * 鎵跨鍚堝悓Id
+	 * 鍚堝悓Id
 	 */
-	@Column(columnDefinition="long comment '鎵跨鍚堝悓Id'")
-	private Long lesseeContractId;
+	@Column(columnDefinition="long comment '鍚堝悓Id'")
+	private Long contractId;
 
-	/**
-	 * 绉熺敤鍚堝悓Id
-	 */
-	@Column(columnDefinition="long comment '绉熺敤鍚堝悓Id'")
-	private Long rentContractId;
+//	/**
+//	 * 绉熺敤鍚堝悓Id
+//	 */
+//	@Column(columnDefinition="long comment '绉熺敤鍚堝悓Id'")
+//	private Long rentContractId;
 
 	@Schema(description = "楠屾敹鍏徃")
 	@Column(columnDefinition="VARCHAR(64) comment '楠屾敹鍏徃'")
@@ -126,9 +126,9 @@
 	/**
 	 * 浣跨敤鍏徃
 	 */
-	@Schema(description = "浣跨敤鍏徃")
-	@Column(columnDefinition="long comment '浣跨敤鍏徃'")
-	private Long deptId;
+//	@Schema(description = "浣跨敤鍏徃")
+//	@Column(columnDefinition="long comment '浣跨敤鍏徃'")
+//	private Long deptId;
 
 	@Transient
 	@TableField(exist = false)

--
Gitblit v1.9.1