Added missing localization, fixed missing order name
This commit is contained in:
@@ -5,6 +5,7 @@ public class Order
|
||||
public int Id { get; set; }
|
||||
public string OrderCode { get; set; } = string.Empty;
|
||||
public string CreatorName { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
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