namespace Tnb.EquipMgr.Interfaces { /// /// 模具库位服务接口 /// public interface IToolMoldLocationService { Task> GetLocationDictionary(); } }