CAN FD 调度表初步更改
This commit is contained in:
14
CapMachine.Wpf/MapperProfile/CANFdScheduleConfigProfile.cs
Normal file
14
CapMachine.Wpf/MapperProfile/CANFdScheduleConfigProfile.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using AutoMapper;
|
||||
using CapMachine.Model.CANLIN;
|
||||
using CapMachine.Wpf.Dtos;
|
||||
|
||||
namespace CapMachine.Wpf.MapperProfile
|
||||
{
|
||||
public class CANFdScheduleConfigProfile : Profile
|
||||
{
|
||||
public CANFdScheduleConfigProfile()
|
||||
{
|
||||
CreateMap<CANFdScheduleConfig, CANFdScheduleConfigDto>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user