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

11 lines
211 B
C#

namespace Service.Interface
{
/// <summary>
/// 数据字典管理 服务接口
/// </summary>
public interface IDictService
{
// TODO: 定义 数据字典管理 相关方法
}
}