Browse Source

更新

dev_DY_CC
周红军 1 year ago
parent
commit
8862747767
  1. 1
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Jobs/ContainerJobAutoMapperProfile.cs

1
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Jobs/ContainerJobAutoMapperProfile.cs

@ -13,6 +13,7 @@ public partial class StoreEventAutoMapperProfile : Profile
CreateMap<ContainerJob, ContainerNoteEditInput>()
.ForMember(x => x.JobNumber, y => y.MapFrom(d => d.Number))
.Ignore(x => x.Confirmed)
.Ignore(x => x.ConfirmTime)
.Ignore(x => x.ActiveDate)
.Ignore(x => x.Details)
;

Loading…
Cancel
Save