com.developcollect.dcinfra.utils.social.SocialPlatform Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc-infra Show documentation
Show all versions of dc-infra Show documentation
这是一个dc系列工具的基础包, 包含一些基础的类及依赖
package com.developcollect.dcinfra.utils.social;
/**
* @author Zhu Kaixiao
* @version 1.0
*/
public enum SocialPlatform {
WeiXin,
WeiBo,
QQ
}