This commit is contained in:
2021-08-10 18:49:11 +00:00
parent b603908c4f
commit d62b8afa4e
3 changed files with 115 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ namespace AyaNova.Models
[NotMapped, JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public AyaTypeId GenCopyAttachmentsFrom { get; set; }//INTERNAL, USED TO SIGNIFY ATTACHMENTS NEED TO BE COPIED ON SAVE
[NotMapped, JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string v7SigStrokePath { get; set; }//INTERNAL, USED TO EXPORT v7 SIGNATURES TO V8
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrder; }