WCS
dengjunjie
2024-10-17 a38b50675f2cf8e813bd337ca2f9d9456cc421d3
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Filter/CustomProfile.cs
@@ -1,4 +1,5 @@
锘縰sing AutoMapper;
锘縰sing Autofac.Builder;
using AutoMapper;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -17,7 +18,10 @@
        public CustomProfile() 
        {
            CreateMap<Sys_Menu, MenuDTO>();
            CreateMap<RegistrationDTO, Sys_CompanyRegistration>();
            CreateMap<Dt_OutOrderAndStock, Dt_OutOrderAndStock_Hty>();
            CreateMap<Dt_Task, Dt_Task_Hty>();
        }
    }
}