13 lines
197 B
C#
Raw Normal View History

2023-12-18 19:56:01 +08:00
using AutoMapper;
namespace ZR.Admin.WebApi.AutoMapperProfile
{
public class AutoMapperProfile : Profile
{
public AutoMapperProfile() {
}
}
}