This commit is contained in:
@@ -62,15 +62,15 @@ todo: Consider adding latitude / longitude to wo, quote, pm objects
|
||||
public List<WorkOrderItem> Items { get; set; }
|
||||
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name
|
||||
{
|
||||
//Used by notification processor
|
||||
get
|
||||
{
|
||||
return this.Serial.ToString();
|
||||
}
|
||||
}
|
||||
// [NotMapped, JsonIgnore]
|
||||
// public string Name
|
||||
// {
|
||||
// //Used by notification processor
|
||||
// get
|
||||
// {
|
||||
// return this.Serial.ToString();
|
||||
// }
|
||||
// }
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
public AyaType AyaType { get => AyaType.WorkOrder; }
|
||||
|
||||
Reference in New Issue
Block a user