Added order image and description upload
This commit is contained in:
@@ -6,6 +6,8 @@ public class Order
|
||||
public string OrderCode { get; set; } = string.Empty;
|
||||
public string CreatorName { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? AdditionalInfo { get; set; }
|
||||
public string? ImagePath { get; set; }
|
||||
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||
public DateTime? ClosedAt { get; set; }
|
||||
public bool IsClosed { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user