using Mapster;
namespace HStation.Application.TransferFile
{
///
///
///
public class Mapper : IRegister
{
///
///
///
public void Register(TypeAdapterConfig config)
{
#region user
config.ForType();
config.ForType();
config.ForType();
#endregion
}
}
}