| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_DTO.System; |
| | | using WIDESEAWCS_DTO.PackInfo; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_QuartzJob.DTO; |
| | |
| | | .ForMember(a => a.Width, b => b.MapFrom(b => b.TaskLength)) |
| | | .ForMember(a => a.Height, b => b.MapFrom(b => b.HeightType)) |
| | | .ForMember(a => a.TargetAddress, b => b.MapFrom(b => b.NextAddress)); |
| | | CreateMap<MESProPackInfoDTO, Dt_Packinfo>() |
| | | .ForMember(a => a.PackStatus, b => b.MapFrom(b => b.MESProInStatus)).ForMember(a => a.OrderNo, b => b.MapFrom(b => b.ProductOrderNo)); |
| | | } |
| | | } |
| | | } |