bklLiudl
2024-09-11 5999e9c77ee30a7090ed7f6cdd07d82fe9a4015b
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; }
}