This commit is contained in:
@@ -12,12 +12,18 @@ namespace AyaNova.Models
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
public int DisplayOrder { get; set; } = 0;
|
||||
//public int DisplayOrder { get; set; } = 0;
|
||||
public int Sequence { get; set; }
|
||||
|
||||
[Required]
|
||||
public string Task { get; set; }
|
||||
[Required]
|
||||
public WorkorderItemTaskCompletionType Status { get; set; } = WorkorderItemTaskCompletionType.Incomplete;
|
||||
[NotMapped]
|
||||
public string StatusViz { get; set; }
|
||||
public long? CompletedByUserId { get; set; }
|
||||
[NotMapped]
|
||||
public string CompletedByUserViz { get; set; }
|
||||
public DateTime? CompletedDate { get; set; }
|
||||
|
||||
//UTILITY FIELDS
|
||||
|
||||
Reference in New Issue
Block a user