ทำหน้าจอพิเศษ นำเข้าข้อมูลเงินเดือนย้อนหลัง
This commit is contained in:
@@ -21,7 +21,7 @@ namespace TodoAPI2.Models
|
||||
eva_adjust_postponement_detailWithSelectionViewModel GetWithSelection(int id);
|
||||
eva_adjust_postponement_detailWithSelectionViewModel GetBlankItem();
|
||||
|
||||
|
||||
int GetNewPrimaryKey();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user