Files
2026-08-27 17:10:56 +08:00

11 lines
204 B
C#

namespace Service.Interface
{
/// <summary>
/// 系统日志 服务接口
/// </summary>
public interface ISystemLogService
{
// TODO: 定义 系统日志 相关方法
}
}