fix: change birthday type from int to int64

pull/345/head
textworld 1 year ago
parent 8abb450d18
commit c87eb36c38

@ -19,8 +19,8 @@ var (
}
BirthDay = Property{
KeyValue: "birthday",
DefaultValue: int(0),
Kind: reflect.Int,
DefaultValue: int64(0),
Kind: reflect.Int64,
}
DefaultMenuTeam = Property{
KeyValue: "default_menu_team",

Loading…
Cancel
Save