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

com.github.hetianyi.common.enums.SexEnum Maven / Gradle / Ivy

package com.github.hetianyi.common.enums;

/**
 * 性别枚举
 *
 * @author Jason He
 * @version 1.0.0
 * @date 2019-12-27
 */
public enum SexEnum {
    /** 女性 */     WOMAN,
    /** 男性 */     MAN,
    /** 未知性别 */ UNKNOWN,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy