domian-build

This commit is contained in:
tongfei
2023-10-18 10:37:41 +08:00
parent 9b739e2e37
commit 05ee79a04f
18 changed files with 2894 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
using AutoMapper;
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Domain.Mappers
{
/// <summary>
/// mapper映射
/// </summary>
public class AppMapper : Profile
{
public AppMapper()
{
}
}
}