修复了添加设备不更新的问题和一些已知的问题
This commit is contained in:
@@ -82,7 +82,10 @@ public static class ObjectExtensions
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
var sObj = sourceProperty.GetValue(tsource);
|
||||
var tObj = targetProperty.GetValue(ttarget);
|
||||
// if (sObj == null && tObj == null)
|
||||
// CopyTo(sObj,tObj);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user