This commit is contained in:
2021-07-27 18:43:32 +00:00
parent 9e62ff9006
commit 4cd151f88b
4 changed files with 18 additions and 1 deletions

View File

@@ -115,6 +115,10 @@ namespace AyaNova.Models
[NotMapped]
public bool UserCanViewLoanerCosts { get; set; }
[NotMapped]
public AyaTypeId GenCopyAttachmentsFrom { get; set; }//INTERNAL, USED TO SIGNIFY ATTACHMENTS NEED TO BE COPIED ON SAVE
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrder; }