This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace AyaNova.Models
|
||||
@@ -12,6 +13,8 @@ namespace AyaNova.Models
|
||||
public long ContractId { get; set; }
|
||||
[Required]
|
||||
public long TravelRateId { get; set; }
|
||||
[NotMapped]
|
||||
public string TravelRateViz { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public Contract Contract { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user