啊鑫
2024-09-19 30846c0d13ee4136d68ba509b05281378db951c6
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; }
    //==========================================