This commit is contained in:
2023-12-19 14:49:30 -05:00
parent b8406a7f71
commit aed30707be
17 changed files with 184 additions and 60 deletions

View File

@@ -35,5 +35,8 @@ namespace PartSource.Data.Nexpart
[XmlElement(Order = 7)]
public string GroupBy { get; set; }
[XmlElement(Order = 8)]
public string QuestionOption { get; set; }
}
}