V1版本
This commit is contained in:
20
CapMachine.Wpf/MapperProfile/ExpInfoProfile.cs
Normal file
20
CapMachine.Wpf/MapperProfile/ExpInfoProfile.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using AutoMapper;
|
||||
using CapMachine.Model;
|
||||
using CapMachine.Wpf.Dtos;
|
||||
using NPOI.SS.Formula.PTG;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.MapperProfile
|
||||
{
|
||||
public class ExpInfoProfile : Profile
|
||||
{
|
||||
public ExpInfoProfile()
|
||||
{
|
||||
CreateMap<ExpInfoDto, HistoryExp>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user