From 788b1abbdc75d6bc727be65fc107fb10eaa484b6 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 30 七月 2024 20:04:10 +0800
Subject: [PATCH] 模版变更,下单的界面设置区间,如果填写0.48*0.5的时候筛选条件用0.48,下单的模版查看根据委托单位进行筛选,如果委托单位为空就可以查看所有
---
pom.xml | 33 +++++++++++++++++++++++++++++++--
1 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c8f2aeb..766c9d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,14 +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>cnas-server</module>
+ <module>inspect-server</module>
+ <module>performance-server</module>
</modules>
<properties>
@@ -34,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>
@@ -83,6 +94,24 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-extension</artifactId>
+ <version>${mybatis-plus.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ <version>5.8.18</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>fastjson</artifactId>
+ <version>2.0.23</version>
+ </dependency>
</dependencies>
<dependencyManagement>
--
Gitblit v1.9.3