Add customer communication system
This commit is contained in:
@@ -7,7 +7,7 @@ public class Product
|
||||
public string? Description { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
public decimal Weight { get; set; }
|
||||
public string WeightUnit { get; set; } = string.Empty;
|
||||
public int WeightUnit { get; set; }
|
||||
public Guid CategoryId { get; set; }
|
||||
public string? CategoryName { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user