ออกคำสั่งเงินเดือน
This commit is contained in:
parent
b89c3301e3
commit
66c97a162b
14 changed files with 53814 additions and 1 deletions
|
|
@ -283,6 +283,14 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("ผลดำเนินการพิจารณา");
|
||||
|
||||
b.Property<string>("SalaryPeriod")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("รอบเงินเดือน");
|
||||
|
||||
b.Property<Guid?>("SalaryPeriodId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id เรื่องเงินเดือน");
|
||||
|
||||
b.Property<string>("SourceOrganizationName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("หน่วยงานต้นสังกัด ก่อนรับราชการทหาร");
|
||||
|
|
@ -291,6 +299,11 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("ส่วนราชการที่ให้โอน");
|
||||
|
||||
b.Property<string>("Year")
|
||||
.HasMaxLength(4)
|
||||
.HasColumnType("varchar(4)")
|
||||
.HasComment("ปีรอบเงินเดือน");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("CommandStatusId");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue