This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user