first commit

This commit is contained in:
zc
2026-02-06 11:10:26 +08:00
commit e2bc4b3f80
898 changed files with 135230 additions and 0 deletions

22
dcsoft-api/pom.xml Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.dcsoft</groupId>
<artifactId>dcsoft</artifactId>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>dcsoft-api-system</module>
</modules>
<artifactId>dcsoft-api</artifactId>
<packaging>pom</packaging>
<description>
dcsoft-api系统接口
</description>
</project>