shgx_tz_mom/U8Server/AutoMapperProfile/AutoMapperProfile.cs

14 lines
184 B
C#
Raw Permalink Normal View History

using AutoMapper;
namespace ZR.Admin.WebApi.AutoMapperProfile
{
public class AutoMapperProfile : Profile
{
public AutoMapperProfile()
{
}
}
}