DeliveryPart: Add gebunden field

This commit is contained in:
2023-10-15 13:40:29 +02:00
parent b6d74d3c07
commit f8126c392e
4 changed files with 23 additions and 2 deletions

View File

@ -75,6 +75,9 @@ namespace Elwig.Models {
[Column("lesewagen")]
public bool? IsLesewagen { get; set; }
[Column("gebunden")]
public bool? IsGebunden { get; set; }
[Column("temperature")]
public double? Temperature { get; set; }