liudl
2025-01-17 dd40ad9d66b3cf3430e94f39bf610888775f8e26
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; }
}
    }