forked from sanchezvem/PyroFetes
Add MinimalQuantity in Product.cs
This commit is contained in:
@@ -15,6 +15,7 @@ namespace PyroFetes.Models
|
|||||||
[Required] public decimal SellingPrice { get; set; }
|
[Required] public decimal SellingPrice { get; set; }
|
||||||
[Required] public string? Image { get; set; }
|
[Required] public string? Image { get; set; }
|
||||||
[Required] public string? Link { get; set; }
|
[Required] public string? Link { get; set; }
|
||||||
|
[Required] public int MinimalQuantity { get; set; }
|
||||||
|
|
||||||
// Relations
|
// Relations
|
||||||
[Required] public int ClassificationId { get; set; }
|
[Required] public int ClassificationId { get; set; }
|
||||||
|
Reference in New Issue
Block a user