Change UstId to UstIdNr

This commit is contained in:
2023-08-17 16:45:31 +02:00
parent 3ab2b8a8dc
commit 58235e3b02
8 changed files with 15 additions and 15 deletions

View File

@ -95,8 +95,8 @@ namespace Elwig.Models {
[Column("lfbis_nr")]
public string? LfbisNr { get; set; }
[Column("ustid")]
public string? UstId { get; set; }
[Column("ustid_nr")]
public string? UstIdNr { get; set; }
[Column("volllieferant")]
public bool IsVollLieferant { get; set; }