com.github.sd4324530.fastweixin.company.message.QYMpArticle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastweixin Show documentation
Show all versions of fastweixin Show documentation
quickly department weixin server
package com.github.sd4324530.fastweixin.company.message;
import com.github.sd4324530.fastweixin.api.entity.Article;
/**
*
* ====================================================================
* 上海聚攒软件开发有限公司
* --------------------------------------------------------------------
* @author Nottyjay
* @version 1.0.beta
* ====================================================================
*/
public class QYMpArticle extends Article {
public QYMpArticle(String thumbMediaId, String author, String title, String contentSourceUrl, String content, String digest, Integer showConverPic) {
super(thumbMediaId, author, title, contentSourceUrl, content, digest, showConverPic);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy