JiShe.CollectBus/services/JiShe.CollectBus.Application/CollectBusApplicationAutoMapperProfile.cs
2025-04-17 20:28:50 +08:00

14 lines
393 B
C#

using AutoMapper;
namespace JiShe.CollectBus;
public class CollectBusApplicationAutoMapperProfile : Profile
{
public CollectBusApplicationAutoMapperProfile()
{
/* You can configure your AutoMapper mapping configuration here.
* Alternatively, you can split your mapping configurations
* into multiple profile classes for a better organization. */
}
}