forked from sanchezvem/PyroFetes
fix an error in product attribute
This commit is contained in:
@@ -10,7 +10,6 @@ public class GetProductDto
|
||||
public int ApprovalNumber { get; set; }
|
||||
public decimal Weight { get; set; }
|
||||
public decimal Nec { get; set; }
|
||||
public decimal SellingPrice { get; set; }
|
||||
public string? Image { get; set; }
|
||||
public string? Link { get; set; }
|
||||
public int MinimalQuantity { get; set; }
|
||||
|
Reference in New Issue
Block a user