From 15e9d370a9bdf0582212fe2e24be8e9c9542d2c5 Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期四, 06 七月 2023 13:32:15 +0800 Subject: [PATCH] 修改采购价格级联修改试剂价格 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 51b8941..4f628a5 100644 --- a/pom.xml +++ b/pom.xml @@ -514,6 +514,12 @@ <profile.active>cq</profile.active> </properties> </profile> + <profile> + <id>sdy</id> + <properties> + <profile.active>sdy</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2