Record.Values

This commit is contained in:
Michał Zieliński
2023-08-21 13:00:05 +02:00
parent d51abf90ee
commit e8c64059fb
11 changed files with 792 additions and 13 deletions

View File

@@ -8,11 +8,40 @@ namespace WebAPI.Models
[Key]
public Guid Id { get; set; }
[Required]
public string? Code { get; set; } // number
[Required]
public float Value { get; set; } // string
//Description fields
public string? Desc1 { get; set; } // Desc1 => Value1
public string? Code { get; set; }
public float? Value1 { get; set; }
public float? Value2 { get; set; }
public float? Value3 { get; set; }
public float? Value4 { get; set; }
public float? Value5 { get; set; }
public float? Value6 { get; set; }
public float? Value7 { get; set; }
public float? Value8 { get; set; }
public float? Value9 { get; set; }
public float? Value10 { get; set; }
public float? Value11 { get; set; }
public float? Value12 { get; set; }
public float? Value13 { get; set; }
public float? Value14 { get; set; }
public float? Value15 { get; set; }
public float? Value16 { get; set; }
public float? Value17 { get; set; }
public float? Value18 { get; set; }
public float? Value19 { get; set; }
public float? Value20 { get; set; }
public float? Value21 { get; set; }
public float? Value22 { get; set; }
public float? Value23 { get; set; }
public float? Value24 { get; set; }
public float? Value25 { get; set; }
public float? Value26 { get; set; }
public float? Value27 { get; set; }
public float? Value28 { get; set; }
public float? Value29 { get; set; }
public float? Value30 { get; set; }
public float? Value31 { get; set; }
//Description fields
public string? Desc1 { get; set; }
public string? Desc2 { get; set; }
public string? Desc3 { get; set; }
public string? Desc4 { get; set; }