Files
IOT_API/Service/Interface/System/IAuditService.cs
T
2026-08-27 17:10:56 +08:00

11 lines
212 B
C#

namespace Service.Interface
{
/// <summary>
/// 操作审计日志 服务接口
/// </summary>
public interface IAuditService
{
// TODO: 定义 操作审计日志 相关方法
}
}