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; } }