mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 修复 FreeSql.Generator 外键导航属性大写小 bug;#177
This commit is contained in:
@ -161,7 +161,7 @@ namespace @gen.NameSpace {
|
||||
@:if (_@csname == value) return;
|
||||
@:_@csname = value;
|
||||
foreach (var fkcok2 in findfks) {
|
||||
@:@GetFkObjectName(fkcok2) = null;
|
||||
@:@gen.GetCsName(GetFkObjectName(fkcok2)) = null;
|
||||
}
|
||||
@:} }
|
||||
@:private @gen.GetCsType(col) _@csname;
|
||||
|
Reference in New Issue
Block a user