This commit is contained in:
2021-01-01 16:40:25 +00:00
parent 31a5d4c0a7
commit c3f475aadf
5 changed files with 51 additions and 30 deletions

View File

@@ -50,8 +50,8 @@ namespace AyaNova.Models
public NotifyEvent()
{
Created = EventDate = DateTime.UtcNow;
IdValue = 0;
DecValue = 0;
// IdValue = 0;
// DecValue = 0;
AyaType = AyaType.NoType;
ObjectId = 0;
Name = string.Empty;

View File

@@ -58,12 +58,12 @@ namespace AyaNova.Models
public Customer Customer { get; set; }
[JsonIgnore]
public UnitModel UnitModel { get; set; }
[JsonIgnore]
public Unit ParentUnit { get; set; }
// [JsonIgnore]
// public Unit ParentUnit { get; set; }
[JsonIgnore]
public Vendor PurchasedFromVendor { get; set; }
[JsonIgnore]
public Unit ReplacedByUnit { get; set; }
// [JsonIgnore]
// public Unit ReplacedByUnit { get; set; }
}//eoc