Files
2025-07-04 09:50:02 +08:00

19 lines
391 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading;
using System.Web;
using MyCode.Project.Infrastructure.Exceptions;
using MyCode.Project.Infrastructure.UnityExtensions;
namespace MyCode.Project.Services
{
/// <summary>
/// 服务基类
/// </summary>
public abstract class ServiceBase
{
}
}