mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-07 10:57:10 +08:00
新增:新增修改基础信息 API(优化 Jackson 针对通用枚举接口 IEnum 的序列化和反序列化)
This commit is contained in:
@@ -65,7 +65,7 @@ public class UserInfoVO implements Serializable {
|
||||
/**
|
||||
* 性别(0未知 1男 2女)
|
||||
*/
|
||||
@Schema(description = "性别(0未知 1男 2女)")
|
||||
@Schema(description = "性别(0未知 1男 2女)", type = "Integer", allowableValues = {"0", "1", "2"})
|
||||
private GenderEnum gender;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user