Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
netty2019 committed Jan 3, 2024
1 parent 00bb7c6 commit d506daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
public override Dictionary<string, object> GetMappings(PropertyInfo propertyInfo)
{
var res= new Dictionary<string, object>();
res.Add("",Genders.Male);
res.Add("",Genders.Female);
res.Add("",0);
res.Add("",1);
return res;
}
}
Expand Down

0 comments on commit d506daf

Please sign in to comment.