wxw
2024-09-25 54728bfad5a2b222ff26e4f6be26bd239b3c5720
Admin.NET/WCS.Application/Model/PlcTaskInfo.cs
@@ -49,3 +49,15 @@
    /// </summary>
    public string EndRoadway { get; set; }
}
/// <summary>
/// 跺机对应的起始目标固定位置
/// </summary>
public class StokInfo
{
    public string Ip { get; set; }
    public string Pai { get; set; }
    public string Lie { get; set; }
    public string Ceng { get; set; }
}