From 29166bc750623bea12a367ba7c527facdb582235 Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期二, 13 七月 2021 17:12:28 +0800 Subject: [PATCH] 修改转移试剂,生成领用单 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 5b57304..d4d0eac 100644 --- a/pom.xml +++ b/pom.xml @@ -478,6 +478,12 @@ <profile.active>gslab</profile.active> </properties> </profile> + <profile> + <id>zkdsz</id> + <properties> + <profile.active>zkdsz</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2