chengsc
2024-10-30 c06382f1b619e1dc7f37be36a0cee126239abdee
Admin.NET/WCS.Application/Service/WcsOderTask/Dto/WcsOderTaskInput.cs
@@ -207,6 +207,12 @@
        public long deviceId { get; set; }
        public long oderTaskId { get; set; }
    }
    /// <summary>
    /// 结批任务参数
    /// </summary>
    public class CloseTaskPLCInput
    {
        public string lotNo { get; set; }
}
    }