4444
This commit is contained in:
@@ -54,3 +54,12 @@ func (r *UserInfoDto) LoadExpectedDate(expectedDate *model.LocalTime) *UserInfoD
|
||||
|
||||
return r
|
||||
}
|
||||
|
||||
// LoadNationId 加载数据-民族
|
||||
func (r *UserInfoDto) LoadNationId(nationId *int64) *UserInfoDto {
|
||||
if nationId != nil {
|
||||
r.NationId = fmt.Sprintf("%d", *nationId)
|
||||
}
|
||||
|
||||
return r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user