修复了添加设备不更新的问题和一些已知的问题

This commit is contained in:
2025-06-30 22:03:49 +08:00
parent a1de03a94e
commit 5e0c530187
9 changed files with 171 additions and 136 deletions

View File

@@ -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);
}
}
}