wxw
2025-06-07 a701d2fc7c3c822c581add45b6d4e0ff360fb053
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; }
}
    }