TbBoxLogMapper.cs 260 Bytes
using NCC.Common.Helper;
using NCC.Blind.Entitys.Dto.TbBoxLog;
using Mapster;
using System.Collections.Generic;

namespace NCC.Blind.Entitys.Mapper.TbBoxLog
{
	public class Mapper : IRegister
	{
		public void Register(TypeAdapterConfig config)
		{
		}
	}
}