xwt
5 天以前 6d3eca191a75ab2f4229e4514b36f04ec79bc0fe
StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs
@@ -38,20 +38,7 @@
    public string? ItemNo { get; set; }
 
    public List<Applicant> Applicants { get; set; } = new List<Applicant>();
    public List<string> Applicants { get; set; } = new List<string>();
    public List<ApplicationDepartment> ApplicationDepartments { get; set; } = new List<ApplicationDepartment>();
    public List<string> ApplicationDepartments { get; set; } = new List<string>();
}
// 保持原有嵌套类定义
public class Applicant
{
    public string? applicant { get; set; }  // 统一可空性
}
public class ApplicationDepartment
{
    public string? applicationdepartment { get; set; }
}