This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using AyaNova.Biz;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
@@ -16,6 +17,8 @@ namespace AyaNova.Models
|
||||
public decimal OverridePct { get; set; }
|
||||
[Required]
|
||||
public ContractOverrideType OverrideType { get; set; }
|
||||
[NotMapped]
|
||||
public string OverrideTypeViz { get; set; }
|
||||
[Required]
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user