nursing_unit_java/nursing-unit-service-directive/pom.xml

21 lines
739 B
XML
Raw Normal View History

2025-03-21 10:16:53 +08:00
<?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">
<parent>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nursing-unit-parent</artifactId>
<version>2.0.0</version>
</parent>
2025-03-24 14:58:30 +08:00
<description>服务指令</description>
2025-03-21 10:16:53 +08:00
<modelVersion>4.0.0</modelVersion>
2025-03-24 14:58:30 +08:00
<artifactId>nursing-unit-service-directive</artifactId>
2025-03-21 10:16:53 +08:00
<packaging>pom</packaging>
<modules>
2025-03-24 14:58:30 +08:00
<module>nu-service-directive-api</module>
<module>nu-service-directive-biz</module>
2025-03-21 10:16:53 +08:00
</modules>
</project>