mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 03:25:06 +08:00
feat: 新增性别未定义时的枚举
This commit is contained in:
@ -11,7 +11,8 @@ import lombok.Getter;
|
|||||||
@Getter
|
@Getter
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public enum SexEnum {
|
public enum SexEnum {
|
||||||
|
/** 未定义 */
|
||||||
|
UNSPECIFIED(0),
|
||||||
/** 男 */
|
/** 男 */
|
||||||
MALE(1),
|
MALE(1),
|
||||||
/** 女 */
|
/** 女 */
|
||||||
|
Reference in New Issue
Block a user