Files
shgx_tz_mes_backend_sync/ZR.Admin.WebApi/AutoMapperProfile/AutoMapperProfile.cs

14 lines
184 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
{
2024-06-07 11:04:26 +08:00
public AutoMapperProfile()
{
2023-12-18 19:56:01 +08:00
}
}
}