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