From 36ccc814cb2499757a0cfd5525d5e8d0c2309b64 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 27 十一月 2024 16:02:42 +0800
Subject: [PATCH] 企业微信的消息提醒的信息改成单号样品名+检验下单的模版保存,如果存在同名的情况,将原有的情况覆盖掉,并添加提示框+首页展示添加样品名称
---
pom.xml | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b26b37..766c9d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,15 +11,17 @@
<groupId>com.yuanchu.mom</groupId>
<artifactId>mom</artifactId>
<version>1.0.0</version>
- <name>oms</name>
- <description>oms</description>
+ <name>center-lims</name>
+ <description>center-lims</description>
<packaging>pom</packaging>
<modules>
<module>framework</module>
<module>user-server</module>
<module>system-run</module>
- <module>data-server</module>
+ <module>cnas-server</module>
+ <module>inspect-server</module>
+ <module>performance-server</module>
</modules>
<properties>
@@ -35,12 +37,20 @@
<feign-okhttp.version>11.0</feign-okhttp.version>
<shiro.version>1.5.3</shiro.version>
<freemwork.version>2.3.32</freemwork.version>
+ <easyexcel.version>3.3.2</easyexcel.version>
<!--鎻愪氦鍓�-->
<!-- 鎵撳寘鍚庡鍑虹殑璺緞 -->
<package.path>${project.build.directory}/BLOG</package.path>
</properties>
<dependencies>
+ <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel -->
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ <version>${easyexcel.version}</version>
+ </dependency>
+
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
--
Gitblit v1.9.3