ทำหน้าจอพิเศษ นำเข้าข้อมูลเงินเดือนย้อนหลัง

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-07 15:52:20 +07:00
parent 5ca2b0d53d
commit 8ac63e8ec6
44 changed files with 5165 additions and 42 deletions

View File

@@ -21,7 +21,7 @@ namespace TodoAPI2.Models
eva_adjust_postponement_detailWithSelectionViewModel GetWithSelection(int id);
eva_adjust_postponement_detailWithSelectionViewModel GetBlankItem();
int GetNewPrimaryKey();
}
}

View File

@@ -47,6 +47,10 @@ namespace TodoAPI2.Models
public decimal? new_sarary_with_quota { get; set; }
[MaxLength(1000)]
public string position_this_time { get; set; }
[MaxLength(1000)]
public string level_this_time { get; set; }
}
}