From 286e7ec66098f4f7deeae806781d6faab5ad0d21 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 02 四月 2025 17:24:32 +0800
Subject: [PATCH] fix: 租赁计划修改page方法

---
 platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java
index cb36b9a..5c75834 100644
--- a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java
+++ b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java
@@ -103,4 +103,11 @@
 	@Schema(description = "鍚堝悓id")
 	@Column(columnDefinition="bigint comment '鍚堝悓id'")
 	private Long contractId;
+
+	/**
+	 * 鍙拌处鍚嶇О
+	 */
+	@Schema(description = "鍙拌处鍚嶇О")
+	@Column(columnDefinition="VARCHAR(256) comment '鍙拌处鍚嶇О'")
+	private String ledgerName;
 }

--
Gitblit v1.9.1