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