Update Records model

This commit is contained in:
Michał Zieliński
2023-10-30 15:22:57 +01:00
parent 1d1229685e
commit a0d3ae8d72
3 changed files with 11 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ namespace WebAPI.Models
public float? Value29 { get; set; }
public float? Value30 { get; set; }
public float? Value31 { get; set; }
public float? Value32 { get; set; }
//Description fields
public string? Desc1 { get; set; }
public string? Desc2 { get; set; }