【提交】项目提交

This commit is contained in:
任维炳
2025-04-17 15:37:37 +08:00
commit 4d48a93138
5250 changed files with 349360 additions and 0 deletions

24
exam-module-mp/pom.xml Normal file
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>exam</artifactId>
<groupId>pc.exam.gg</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exam-module-mp</artifactId>
<packaging>pom</packaging>
<description>
wechat 模块,主要实现微信平台的相关业务。
例如:微信公众号、企业微信 SCRM 等
</description>
<modules>
<module>exam-module-mp-api</module>
<module>exam-module-mp-biz</module>
</modules>
</project>