hldy_java_monomer/nursing-unit-invoicing/pom.xml

21 lines
672 B
XML
Raw Normal View History

2025-03-12 13:43:16 +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>
<modelVersion>4.0.0</modelVersion>
2025-03-24 11:28:23 +08:00
<artifactId>nursing-unit-invoicing</artifactId>
2025-03-12 13:43:16 +08:00
<packaging>pom</packaging>
<modules>
2025-03-24 11:28:23 +08:00
<module>nu-invoicing-api</module>
<module>nu-invoicing-biz</module>
2025-03-12 13:43:16 +08:00
</modules>
</project>