TbMyBoxCouponMapper.cs 270 Bytes
using NCC.Common.Helper;
using NCC.Blind.Entitys.Dto.TbMyBoxCoupon;
using Mapster;
using System.Collections.Generic;

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