StandardInterface/MES.Service/Dto/service/RKJDto.cs
@@ -20,9 +20,12 @@ // 送检批次 public string? RbillNo { get; set; } // 送检数量 // 工单数量(原送检数量字段) public decimal? quantity { get; set; } // 送检数量(新增字段) public decimal? sjqty { get; set; } // 不良原因 public string? BLYY { get; set; }