add position
This commit is contained in:
parent
5fe786fe7b
commit
37dfac7cff
5 changed files with 1619 additions and 0 deletions
|
|
@ -65,6 +65,12 @@ namespace BMA.EHR.Recruit.Service.Migrations
|
|||
b.Property<DateTime>("ApplyDate")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<string>("AuthName")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("AuthPosition")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<DateTime>("CitizenCardExpireDate")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue