11 lines
204 B
C#
11 lines
204 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 设备台账 服务接口
|
|
/// </summary>
|
|
public interface IEquipmentService
|
|
{
|
|
// TODO: 定义 设备台账 相关方法
|
|
}
|
|
}
|