<?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>
        <artifactId>tang-sales-parent</artifactId>
        <groupId>com.tcbj</groupId>
        <version>1.0-RELEASE</version>
    </parent>

    <artifactId>tang-sales-io-module</artifactId>
    <version>1.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>tang-sales-io-module</name>
    <description>IO 能力（Excel/附件等）：tang-sales-framework 规范下的 api + service 子模块</description>

    <modules>
        <module>tang-sales-io-module-api</module>
        <module>tang-sales-io-module-service</module>
    </modules>
</project>
