This commit is contained in:
sunkaixuan 2025-02-19 19:42:21 +08:00
parent b7ac1bf753
commit b2b2cbb8ec

View File

@ -43,9 +43,9 @@ namespace SqlSugar
}
}
public class NavigationInitializer<T> where T : new()
public class OneToOneInitializer<T> where T : new()
{
public static implicit operator T(NavigationInitializer<T> initializer)
public static implicit operator T(OneToOneInitializer<T> initializer)
{
Type type = typeof(T);