lazy延时属性父子关系的1v多类型判断修正,解决 int? != int 的 bug

This commit is contained in:
28810
2019-01-26 10:32:53 +08:00
parent 8448d648cf
commit b9a9106f86
3 changed files with 6 additions and 4 deletions

View File

@ -74,6 +74,7 @@ namespace FreeSql.Tests.MySql {
public string Name { get; set; }
public virtual ICollection<Song> Songs { get; set; }
public virtual ICollection<Tag> Tags { get; set; }
}