bklLiudl
2024-09-12 90c5e816ac2134f11b9580fda5526a17e1b956c9
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; }
}