From c2e2b807429abb6261d93f108c9a932defe01ec5 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Mon, 3 Jun 2024 14:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InventoryLabels/InventoryLabelAutoMapperProfile.cs | 1 - 1 file changed, 1 deletion(-) 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()