居家业务模块,通过sdk调用机构业务的基础框架
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
704 B

  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.iec</groupId>
  6. <artifactId>iec-jjyl</artifactId>
  7. <version>${revision}</version>
  8. </parent>
  9. <artifactId>iec-jjyl-business</artifactId>
  10. <name>iec-jjyl-business</name>
  11. <packaging>pom</packaging>
  12. <description>机构养老核心业务功能</description>
  13. <modules>
  14. <module>iec-jjyl-business-api</module>
  15. <module>iec-jjyl-business-biz</module>
  16. </modules>
  17. </project>