mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-29 01:44:41 +08:00
Update unit
This commit is contained in:
@@ -73,10 +73,10 @@ namespace OrmTest
|
||||
public string Name { get; set; }
|
||||
public int InfoId { get; set; }
|
||||
|
||||
[Navigat(NavigatType.OneToOne, nameof(InfoId))]
|
||||
[Navigate(NavigateType.OneToOne, nameof(InfoId))]
|
||||
public Country111Info Info { get; set; }
|
||||
|
||||
[Navigat(NavigatType.OneToMany,nameof(Province1111.CountryId))]
|
||||
[Navigate(NavigateType.OneToMany,nameof(Province1111.CountryId))]
|
||||
public List<Province1111> Provinces { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user