You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to know which fields have been changed after mapping entities using [Mapster], in order to facilitate the creation of audit logs in the future. Does Mapster currently support this feature or will it support it in the future?
Eq:
varcar=newCar{Name="my car",NumberOfSeats=5,Color=CarColor.Blue,Manufacturer=newManufacturer(1,"best manufacturer"),};varcarDto=newCarDto{Name="your car",NumberOfSeats=6,Color=CarColor.Black,Manufacturer=newManufacturer(1,"best manufacturer"),};`
auditlog like this:Name:mycar -> your car,NumberOfSeats:5 -> 6Color:CarColor.Blue -> CarColor.Black
The text was updated successfully, but these errors were encountered:
Hi,
I would like to know which fields have been changed after mapping entities using [Mapster], in order to facilitate the creation of audit logs in the future. Does Mapster currently support this feature or will it support it in the future?
Eq:
The text was updated successfully, but these errors were encountered: