update 20241128
This commit is contained in:
@@ -44,11 +44,18 @@ namespace Model
|
||||
public int bldossier { get; set; } = 0;
|
||||
public int vertrag { get; set; } = 0;
|
||||
|
||||
public int ppfaktura { get; set; } = 0;
|
||||
|
||||
public int officevorlagenr { get; set; } = 0;
|
||||
public string filename { get; set; }
|
||||
public DataSet dsempfaenger { get; set; }
|
||||
public List<clsDocValue> DocValues { get; set; }
|
||||
public string VorlageBase64 { get; set; } = "";
|
||||
public string img_unterschriftlinks { get; set; } = "";
|
||||
public string img_unterschrfitrechts { get; set; } = "";
|
||||
public string img_faktura { get; set; } = "";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user