Browse Source

修改新增

dev_DY_CC
郑勃旭 11 months ago
parent
commit
c2e2b80742
  1. 1
      be/Modules/Label/src/Win_in.Sfs.Label.Application/InventoryLabels/InventoryLabelAutoMapperProfile.cs

1
be/Modules/Label/src/Win_in.Sfs.Label.Application/InventoryLabels/InventoryLabelAutoMapperProfile.cs

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

Loading…
Cancel
Save