This commit is contained in:
2021-01-15 20:42:21 +00:00
parent 6b8d113d3c
commit 64b6e8aa74
4 changed files with 19 additions and 7 deletions

View File

@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;
using AyaNova.Biz;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
@@ -19,6 +16,9 @@ namespace AyaNova.Models
[JsonIgnore]
public PartAssembly PartAssembly { get; set; }
[NotMapped]
public string PartDisplay {get;set;}
}//eoc
}//eons