estimate free from catalog references
This commit is contained in:
parent
a5b5d392d1
commit
94bc090dc4
6 changed files with 2142 additions and 11 deletions
|
|
@ -10,7 +10,9 @@ namespace Yavsc.Models.Billing
|
|||
|
||||
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public long Id { get; set; }
|
||||
public string Comment { get; set; }
|
||||
|
||||
[Required]
|
||||
public string Description { get; set; }
|
||||
public BaseProduct Article { get; set; }
|
||||
public int Count { get; set; }
|
||||
public decimal UnitaryCost { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue