2
0

feat: 系统和用户平台的接口中间层

This commit is contained in:
TsMask
2024-11-27 15:24:42 +08:00
parent 5b8c1b1e94
commit 69e2b4505c
18 changed files with 1745 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
<?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>org.wfc</groupId>
<artifactId>wfc-api</artifactId>
<version>3.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wfc-api-user</artifactId>
<description>
wfc-api-user 用户平台接口模块
</description>
<dependencies>
<!-- WFC Common Core-->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-core</artifactId>
</dependency>
</dependencies>
</project>