using Mapster; namespace WIDESEA_WMSServer.Filter { /// /// 静态全局 Mapster 配置文件 /// public static class AutoMapperConfig { public static void RegisterMappings(TypeAdapterConfig config) { CustomProfile.Register(config); } } }