LIN 调度表 V1
This commit is contained in:
14
CapMachine.Wpf/MapperProfile/LINScheduleConfigProfile.cs
Normal file
14
CapMachine.Wpf/MapperProfile/LINScheduleConfigProfile.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using AutoMapper;
|
||||
using CapMachine.Model.CANLIN;
|
||||
using CapMachine.Wpf.Dtos;
|
||||
|
||||
namespace CapMachine.Wpf.MapperProfile
|
||||
{
|
||||
public class LINScheduleConfigProfile : Profile
|
||||
{
|
||||
public LINScheduleConfigProfile()
|
||||
{
|
||||
CreateMap<LINScheduleConfig, LINScheduleConfigDto>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user