mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
lazy延时属性父子关系的1v多类型判断修正,解决 int? != int 的 bug
This commit is contained in:
@ -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; }
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user