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

nbcp.myoql.db.enums.UserSexEnum.kt Maven / Gradle / Ivy

The newest version!
package nbcp.myoql.db.enums;

enum class UserSexEnum(var remark: String) {
    MALE("男"),
    FEMALE("女"),
    UN_SET("未设置")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy