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