เพิ่มแสดงจำนวนการสืบสวน และสอบสวนของกรรมการ (ข้อมูลพื้นฐาน)
This commit is contained in:
parent
dbddd396c3
commit
a24be34012
2 changed files with 27 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue