diff --git a/be/Modules/Label/src/Win_in.Sfs.Label.Application/InventoryLabels/InventoryLabelAutoMapperProfile.cs b/be/Modules/Label/src/Win_in.Sfs.Label.Application/InventoryLabels/InventoryLabelAutoMapperProfile.cs index 543901747..a3687bbc7 100644 --- a/be/Modules/Label/src/Win_in.Sfs.Label.Application/InventoryLabels/InventoryLabelAutoMapperProfile.cs +++ b/be/Modules/Label/src/Win_in.Sfs.Label.Application/InventoryLabels/InventoryLabelAutoMapperProfile.cs @@ -19,7 +19,6 @@ public class InventoryLabelAutoMapperProfile : Profile CreateMap() .Ignore(x => x.Code) .Ignore(x => x.TenantId) - .Ignore(x => x.Remark) .Ignore(x => x.ExtraProperties); CreateMap()