lis8.0/zycx/pom.xml
2025-06-24 18:01:25 +08:00

26 lines
730 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.czlis</groupId>
<artifactId>czlis</artifactId>
<version>8.0.0</version>
</parent>
<artifactId>zycx</artifactId>
<description>
住院采血系统
</description>
<dependencies>
<dependency>
<groupId>com.czlis</groupId>
<artifactId>lis-interfaceCommon</artifactId>
</dependency>
</dependencies>
</project>