2020-10-07 20:25:03 +08:00
|
|
|
|
using Hncore.Infrastructure.Extension;
|
|
|
|
|
|
using Hncore.Pass.Sells.Domain;
|
|
|
|
|
|
using Hncore.Pass.Vpn.Domain;
|
|
|
|
|
|
using Home.Models;
|
|
|
|
|
|
using Host.Models;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Home.Map
|
|
|
|
|
|
{
|
|
|
|
|
|
public class MapConfig
|
|
|
|
|
|
{
|
|
|
|
|
|
public static void Config()
|
|
|
|
|
|
{
|
|
|
|
|
|
TinyMapperExtension.Binds<ProductModel, ProductEntity>();
|
|
|
|
|
|
|
|
|
|
|
|
TinyMapperExtension.Binds<TaoBaoNotifyModel, TaoBaoOrderEntity>();
|
2020-10-13 19:24:10 +08:00
|
|
|
|
|
|
|
|
|
|
TinyMapperExtension.Binds<TaoBaoRefundModel, TaoBaoRefundEntity>();
|
2020-10-07 20:25:03 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|