This commit is contained in:
2021-08-19 22:59:59 +00:00
parent 506364c928
commit 192397fee7
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ namespace AyaNova.Models
{
public long Id { get; set; }
public uint Concurrency { get; set; }
public string Description { get; set; }
public string Notes { get; set; }
public long Meter { get; set; }
public DateTime MeterDate { get; set; }
public long UnitId { get; set; }