DeliveryNote: Add manual weighing reason
This commit is contained in:
@ -87,6 +87,9 @@ namespace Elwig.Models {
|
||||
[Column("weighing_id")]
|
||||
public string? WeighingId { get; set; }
|
||||
|
||||
[Column("weighing_reason")]
|
||||
public string? WeighingReason { get; set; }
|
||||
|
||||
[Column("comment")]
|
||||
public string? Comment { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user