This commit is contained in:
2021-03-04 22:24:40 +00:00
parent 7927fce640
commit b7d546ef02
4 changed files with 46 additions and 6 deletions

View File

@@ -29,12 +29,12 @@ namespace AyaNova.Models
[Required]
public decimal Charge { get; set; }
public string Unit { get; set; }
public bool ContractOnly { get; set; }
public TravelRate()
{
Tags = new List<string>();
Tags = new List<string>();
}
[NotMapped, JsonIgnore]
@@ -59,6 +59,6 @@ namespace AyaNova.Models
[ARATETYPE] [smallint] NOT NULL,//REMOVE SPLITTING INTO TRAVEL AND Travel SEPERATELY
[ARATEUNITCHARGEDESCRIPTIONID] [uniqueidentifier] //TURN THIS INTO TEXT PLAIN AND SIMPLE,
[ACLIENTGROUPID] [uniqueidentifier] NULL, //TAG remove
[ACONTRACTRATE] [bit] NOT NULL,//THIS IS ONLY FOR THE UI, REMOVE IT
[ACONTRACTRATE] [bit] NOT NULL,
[AREGIONID] [uniqueidentifier] NULL,//tag, remove
*/