All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ipokerface.weixin.model.card.ActivateCommonField Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.ipokerface.weixin.model.card;

/**
 * Created by       PokerFace
 * Create Date      2019-12-28.
 * Email:           [email protected]
 * Version          1.0.0
 * 

* Description: */ public enum ActivateCommonField { /** * 手机号 */ USER_FORM_INFO_FLAG_MOBILE, /** * 性别 */ USER_FORM_INFO_FLAG_SEX, /** * 姓名 */ USER_FORM_INFO_FLAG_NAME, /** * 生日 */ USER_FORM_INFO_FLAG_BIRTHDAY, /** * 身份证 */ USER_FORM_INFO_FLAG_IDCARD, /** * 邮箱 */ USER_FORM_INFO_FLAG_EMAIL, /** * 详细地址 */ USER_FORM_INFO_FLAG_LOCATION, /** * 教育背景 */ USER_FORM_INFO_FLAG_EDUCATION_BACKGRO, /** * 行业 */ USER_FORM_INFO_FLAG_INDUSTRY, /** * 收入 */ USER_FORM_INFO_FLAG_INCOME, /** * 兴趣爱好 */ USER_FORM_INFO_FLAG_HABIT; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy