ปรับปรุง ลำดับการอนุมัติ
This commit is contained in:
@@ -101,6 +101,17 @@ namespace tb320eva.Migrations
|
||||
b.Property<string>("postponement_status_note")
|
||||
.HasMaxLength(1000);
|
||||
|
||||
b.Property<string>("quota_final_status")
|
||||
.HasMaxLength(5);
|
||||
|
||||
b.Property<int?>("quota_final_status_by")
|
||||
.HasMaxLength(255);
|
||||
|
||||
b.Property<DateTime?>("quota_final_status_date");
|
||||
|
||||
b.Property<string>("quota_final_status_note")
|
||||
.HasMaxLength(1000);
|
||||
|
||||
b.Property<string>("quota_status")
|
||||
.HasMaxLength(5);
|
||||
|
||||
@@ -112,6 +123,8 @@ namespace tb320eva.Migrations
|
||||
b.Property<string>("quota_status_note")
|
||||
.HasMaxLength(1000);
|
||||
|
||||
b.Property<int?>("quota_status_submit_to");
|
||||
|
||||
b.Property<string>("report_type")
|
||||
.HasMaxLength(1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user