Skip to content

LauShawn/ObjectCompareUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ObjectCompareUtil 对象比较工具

C# .NET Object Compare Util

This util can get the changes like:

主键由【1】更新为【2】;
姓名由【张三】更新为【李四】;
门店ID集合由【[1,2]】更新为【[1,3]】;
朋友由【{"Id":2,"Name":null,"ShopIds":null,"Firend":null,"CreateTime":"0001-01-01T00:00:00"}】更新为【{"Id":3,"Name":null,"ShopIds":null,"Firend":null,"CreateTime":"0001-01-01T00:00:00"}】;

About

C# .NET Core Object Compare Util

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages