11 lines
217 B
C#
11 lines
217 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 设备效率分析 服务接口
|
|
/// </summary>
|
|
public interface IEfficiencyService
|
|
{
|
|
// TODO: 定义 设备效率分析 相关方法
|
|
}
|
|
}
|