Browse Source

代码合并

dev_DY_CC
lvzb 1 year ago
parent
commit
10951e110c
  1. 1
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs

1
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/AutoMapperProfiles/Plans/CountPlanAutoMapperProfile.cs

@ -47,6 +47,7 @@ public partial class StoreEventAutoMapperProfile : Profile
.Ignore(x => x.ArriveDate)
.Ignore(x => x.ProduceDate)
.Ignore(x => x.ExpireDate)
.Ignore(x=>x.InventoryStage)
;
//盘点计划映射到盘点记录

Loading…
Cancel
Save