Skip to content

Commit d506daf

Browse files
committed
修改文档
1 parent 00bb7c6 commit d506daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236
public override Dictionary<string, object> GetMappings(PropertyInfo propertyInfo)
237237
{
238238
var res= new Dictionary<string, object>();
239-
res.Add("",Genders.Male);
240-
res.Add("",Genders.Female);
239+
res.Add("",0);
240+
res.Add("",1);
241241
return res;
242242
}
243243
}

0 commit comments

Comments
 (0)