sunpengfei
2025-08-05 100b5ecb418bf6839e47b428e346ad5f6e778d1b
FlexJobApi.Core/Utils/ResourceUtils/ResourceUtils.cs
@@ -6,6 +6,7 @@
using Furion.FriendlyException;
using Mapster;
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ActionConstraints;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Routing;
@@ -13,6 +14,7 @@
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using System.Text;
@@ -146,6 +148,7 @@
using System;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.ComponentModel;
namespace {controller.Key.ApplicationName}
{{