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

11 lines
206 B
C#

namespace Service.Interface
{
/// <summary>
/// 证书管理 服务接口
/// </summary>
public interface ICertificateService
{
// TODO: 定义 证书管理 相关方法
}
}