Güteschutzbericht angefangen

This commit is contained in:
Husky
2020-06-02 18:38:55 +02:00
parent 3430be0245
commit 4d5d5082a7
22 changed files with 1092 additions and 5 deletions

View File

@@ -11,5 +11,6 @@ namespace KanSan.Base.Models
public string Beschreibung { get; set; }
public string Einheit { get; set; }
public string Tag { get; set; }
public bool HatGueteschutzProtokol { get; set; }
}
}