using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tnb.EquipMgr.Interfaces { /// /// 模具库位服务接口 /// public interface IToolMoldLocationService { Task> GetLocationDictionary(); } }