namespace Tnb.EquipMgr.Interfaces { public interface IEquSpotInsTemEquipService { /// /// 停止计划 /// /// /// public Task Stop(Dictionary parameters); } }