From 8d9618f5a5b81b41c2723aa7e7a463211dc5fdd1 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 08 五月 2025 06:57:02 +0800 Subject: [PATCH] 表单要显示创建人和时间 保养取计划中的保养人 --- pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index db82c22..97bbcd5 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,14 @@ <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-flow</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-face</artifactId> + </dependency> <!--releases --> <dependency> <groupId>com.lx</groupId> -- Gitblit v1.9.2