Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -33,5 +33,19 @@ /// </summary> /// <param name="context"></param> Task UpdateService(PLCServiceModel context); /// <summary> /// 下发控制台位置信息 /// </summary> /// <param name="context"></param> /// <returns></returns> Task PublicPosition(PlcPositionInfo context); } public class PlcPositionInfo { public string StationNum { get; set; } public bool BoHaveItem { get; set; } public PLCTypeEnum Type { get; set; } public int BoxHeight { get; set; } } }