add migrations
This commit is contained in:
parent
5c0dab5a1c
commit
d664dd42e9
36 changed files with 27628 additions and 25414 deletions
|
|
@ -8,7 +8,7 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
|
|||
[Required, MaxLength(50)]
|
||||
public string ExamId { get; set; }
|
||||
|
||||
public int SumA { get; set; }
|
||||
public double SumA { get; set; }
|
||||
|
||||
public int FullA { get; set; }
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
|
|||
[MaxLength(50)]
|
||||
public string AStatus { get; set; }
|
||||
|
||||
public int SumB { get; set; }
|
||||
public double SumB { get; set; }
|
||||
|
||||
public int FullB { get; set; }
|
||||
|
||||
|
|
@ -26,12 +26,12 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
|
|||
[MaxLength(50)]
|
||||
public string BStatus { get; set; }
|
||||
|
||||
public int SumAB { get; set; }
|
||||
public double SumAB { get; set; }
|
||||
|
||||
[Required, MaxLength(50)]
|
||||
public string ABStatus { get; set; }
|
||||
|
||||
public int SumC { get; set; }
|
||||
public double SumC { get; set; }
|
||||
|
||||
public int FullC { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue