# LINGYUN.Abp.WeChat.Work 企业微信集成 ## 配置使用 ```csharp [DependsOn(typeof(AbpWeChatWorkModule))] public class YouProjectModule : AbpModule { // other }