初始化项目提交

This commit is contained in:
chenbowen
2025-09-04 10:11:48 +08:00
parent 05ddfd8691
commit 922f59b918
34 changed files with 2512 additions and 93 deletions

View File

@@ -0,0 +1,24 @@
<?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>
<artifactId>dsc-base</artifactId>
<groupId>cn.iocoder.cloud</groupId>
<version>${revision}</version>
</parent>
<modules>
<module>yudao-module-contract-order-api</module>
<module>yudao-module-contract-order-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-contract-order</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
ContractOrder 模块。
</description>
</project>