1
huangxiaoqiang
2025-02-18 31eba6a8c6261adf5bfef4dafad4dc8efc1f66a2
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Filter/CustomProfile.cs
@@ -29,6 +29,7 @@
                .ForMember(a => a.ConveyorLineBarcode, b => b.MapFrom(b => b.PalletCode))
                .ForMember(a => a.ConveyorLineTaskNum, b => b.MapFrom(b => b.TaskNum))
                .ForMember(a => a.ConveyorLineTargetAddress, b => b.MapFrom(b => b.NextAddress));
            CreateMap<Dt_Task, Dt_Task_Hty>();
        }
    }
}