|
@ -19,7 +19,6 @@ public class InventoryLabelAutoMapperProfile : Profile |
|
|
CreateMap<InventoryLabelWithoutCodeCreateInput, InventoryLabelEditInput>() |
|
|
CreateMap<InventoryLabelWithoutCodeCreateInput, InventoryLabelEditInput>() |
|
|
.Ignore(x => x.Code) |
|
|
.Ignore(x => x.Code) |
|
|
.Ignore(x => x.TenantId) |
|
|
.Ignore(x => x.TenantId) |
|
|
.Ignore(x => x.Remark) |
|
|
|
|
|
.Ignore(x => x.ExtraProperties); |
|
|
.Ignore(x => x.ExtraProperties); |
|
|
|
|
|
|
|
|
CreateMap<InventoryLabelEditInput, InventoryLabel>() |
|
|
CreateMap<InventoryLabelEditInput, InventoryLabel>() |
|
|