质量统计
This commit is contained in:
12
ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs
Normal file
12
ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using AutoMapper;
|
||||
|
||||
namespace ZR.Admin.WebApi.AutoMapperProfile
|
||||
{
|
||||
public class AutoMapperProfile : Profile
|
||||
{
|
||||
public AutoMapperProfile() {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user