Entites/Dto/OrderMachineDto.cs
@@ -30,5 +30,8 @@ /// </summary> public string? RequestId { get; set; } public string[]? OrderStatus { get; set; } // 新增:工单状态筛选 public List<string>? OrderStatus { get; set; } // 新增:工单状态筛选 public string? staffNo { get; set; } // 新增:报工人员工号 public decimal? currentCjNum { get; set; } // 新增:报工时采集数 public decimal? initCjNum { get; set; } // 新增:初始采集数 }