MES.Service/Dto/service/LLJDto.cs
@@ -5,9 +5,10 @@ public class LLJDto { public string? userNo { get; set; } //检验单号 public string? releaseNo { get; set; } //主表id public int? gid { get; set; } @@ -23,7 +24,7 @@ //========================================== //巡检主子表需要的数据 public QsItemOqcReq? from { get; set; } public List<MesQaItemsDetectDetail5>? items { get; set; } //==========================================