异常开始结束带代码提交
This commit is contained in:
16
EquipMgr/Tnb.EquipMgr.Interfaces/IToolMoldLocationService.cs
Normal file
16
EquipMgr/Tnb.EquipMgr.Interfaces/IToolMoldLocationService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.EquipMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 模具库位服务接口
|
||||
/// </summary>
|
||||
public interface IToolMoldLocationService
|
||||
{
|
||||
Task<Dictionary<string, object>> GetLocationDictionary();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user