เพิ่มแสดงจำนวนการสืบสวน และสอบสวนของกรรมการ (ข้อมูลพื้นฐาน)

This commit is contained in:
Warunee Tamkoo 2023-11-28 17:39:15 +07:00
parent dbddd396c3
commit a24be34012
2 changed files with 27 additions and 1 deletions

View file

@ -6,6 +6,8 @@ interface DirectorRows {
position: string;
email: string;
phone: string;
totalInvestigate: number
totalDisciplinary: number
}
interface DirectorRowsResponse {
id:string
@ -13,6 +15,8 @@ interface DirectorRowsResponse {
position:string
email:string
phone:string
totalInvestigate: number
totalDisciplinary: number
}
export type {