This commit is contained in:
2021-01-08 15:47:22 +00:00
parent 1a0f68521f
commit 71958d474a
4 changed files with 159 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ todo: Consider adding latitude / longitude to wo, quote, pm objects
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
// [Required]
// public long CustomerId {get;set;}
//dependents
public List<WorkOrderItem> Items { get; set; }