using NewPdaSqlServer.entity; namespace NewPdaSqlServer.Dto.service; public class LLJDto { public string? userNo { get; set; } //检验单号 public string? releaseNo { get; set; } //主表id public string? gid { get; set; } //子表id public string? pid { get; set; } //孙表id public string? id { get; set; } //孙表id2(样本值id) public string? id13 { get; set; } //备注 public string? Remarks { get; set; } public string? inRzxxValue { get; set; } //========================================== //巡检主子表需要的数据 public QsItemOqcReq? from { get; set; } public List? items { get; set; } //========================================== //巡检子孙表需要的数据 public MesQaItemsDetectDetail5? ItemXj01 { get; set; } public List? ItemXj02s { get; set; } }