|
@ -15,7 +15,7 @@ public partial class BasedataApplicationAutoMapperProfile : Profile |
|
|
CreateMap<PositionCodeImportInput, PositionCode>() |
|
|
CreateMap<PositionCodeImportInput, PositionCode>() |
|
|
.IgnoreAuditedObjectProperties() |
|
|
.IgnoreAuditedObjectProperties() |
|
|
.Ignore(x => x.TenantId) |
|
|
.Ignore(x => x.TenantId) |
|
|
//.Ignore(x => x.Remark)
|
|
|
.Ignore(x => x.Remark) |
|
|
.Ignore(x => x.ExtraProperties) |
|
|
.Ignore(x => x.ExtraProperties) |
|
|
.Ignore(x => x.ConcurrencyStamp) |
|
|
.Ignore(x => x.ConcurrencyStamp) |
|
|
; |
|
|
; |
|
|