FlowPacs/yudao-module-wechat/yudao-module-work-biz/pom.xml

19 lines
731 B
XML

<?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>