This commit is contained in:
mmrbnjd
2024-06-08 17:13:12 +03:30
parent e05ba7acdb
commit 39dbbf03d8
6 changed files with 309 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ namespace Shared.DTOs
public string InputBox { get; set; }
public List<Coding> DefVals { get; set; }
public string? Value { get; set; }
public string[] Des { get; set; }
public string[]? Des { get; set; }
}
public class Coding
{