初始提交
This commit is contained in:
18
Host/Map/MapConfig.cs
Normal file
18
Host/Map/MapConfig.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user