| | |
| | | /// <summary> |
| | | /// é
ç½®æé 彿°ï¼ç¨æ¥å建å
³ç³»æ å° |
| | | /// </summary> |
| | | public CustomProfile() |
| | | public CustomProfile() |
| | | { |
| | | CreateMap<Sys_Menu, MenuDTO>(); |
| | | CreateMap<Dt_DeviceInfo,DeviceInfoDTO>(); |
| | | CreateMap<Dt_Container, Dt_OrderContainer>().ForMember(a => a.ContainerId, b => b.MapFrom(b => b.Id)); |
| | | CreateMap<Dt_DeviceInfo, DeviceInfoDTO>(); |
| | | CreateMap<Dt_Container, Dt_OrderContainer>().ForMember(a => a.ContainerId, b => b.MapFrom(b => b.Id)).ForMember(a => a.MaxLength, b => b.MapFrom(b => b.ContainerLength)); |
| | | } |
| | | } |
| | | } |