初始化 mp 微信公众号、work 企业微信模块

This commit is contained in:
YunaiV
2022-05-31 20:07:41 +08:00
parent add9317d89
commit 534b5ef75c
7 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?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>yudao-module-wechat</artifactId>
<groupId>cn.iocoder.boot</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-work-biz</artifactId>
<description>
work 模块,我们放企业微信。
例如说:提供企业微信的账号、菜单、聊天侧边栏、客户、客户群、聊天记录等功能
</description>
</project>