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

com.yixan.base.common.enums.Gender Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
package com.yixan.base.common.enums;

/**
 * Gender枚举类
* 性别:0.未知|1.男|2.女 * * @author zhh * @version V1.0 2015-09-17 */ public enum Gender { /** 0.未知 **/ UNKNOWN, /** 1.男 **/ MALE, /** 2.女 **/ FEMALE; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy