mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-05 05:30:56 +08:00
update
@@ -17,7 +17,7 @@ public class Area
|
||||
public string Code { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
public virtual string ParentCode { get; set; }
|
||||
public string ParentCode { get; set; }
|
||||
|
||||
[Navigate(nameof(ParentCode))]
|
||||
public Area Parent { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user