| Package | Description |
|---|---|
| xyz.zhouxy.plusone.commons.model |
业务建模组件
包含业务建模可能用到的性别、身份证等元素,也包含 DTO 相关类,如分页查询参数,响应结果,分页结果等。
|
| Modifier and Type | Method and Description |
|---|---|
Gender |
IDCardNumber.getGender()
根据身份证号判断性别
|
Gender |
Chinese2ndGenIDCardNumber.getGender() |
static Gender |
Gender.of(int value)
根据码值获取对应枚举
|
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026. All rights reserved.