From 9bafd2fe4654617cf3f5243df7a370fec2c86184 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 09 四月 2025 08:52:33 +0800
Subject: [PATCH] fix: 租赁计划修改page方法
---
platformx-boot/pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/platformx-boot/pom.xml b/platformx-boot/pom.xml
index d3dbfc9..2d9167b 100644
--- a/platformx-boot/pom.xml
+++ b/platformx-boot/pom.xml
@@ -20,11 +20,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.by4cloud</groupId>
- <artifactId>platformx-demo</artifactId>
+ <artifactId>platformx-device</artifactId>
<version>5.5.0</version>
</parent>
- <artifactId>demo-boot</artifactId>
+ <artifactId>device-boot</artifactId>
<packaging>jar</packaging>
<description>demo 鍗曚綋鐗堟湰鍚姩</description>
@@ -39,7 +39,7 @@
<!--蹇呭锛氱敤鎴风鐞嗘ā鍧�-->
<dependency>
<groupId>com.by4cloud</groupId>
- <artifactId>platformx-demo-biz</artifactId>
+ <artifactId>platformx-device-biz</artifactId>
<version>${project.version}</version>
</dependency>
<!--瀹夊叏妯″潡-->
--
Gitblit v1.9.1