wxw
2024-09-09 581f48034da5f8a173d4ae1bfb0ce57d5f20e0f9
Admin.NET/WCS.Application/Service/WcsOderTask/Dto/WcsOderTaskInput.cs
@@ -198,3 +198,15 @@
    {
    }
    /// <summary>
    /// 绑定任务到PLC参数
    /// </summary>
    public class BindTaskPLCInput
    {
        public long deviceId { get; set; }
        public long oderTaskId { get; set; }
        public string lotNo { get; set; }
}