เอาฟิลด์เงินเดือนออกจากแก้ไขบัญชีแนบท้าย
This commit is contained in:
parent
357c4a21d1
commit
56d2b63d58
19 changed files with 58 additions and 66 deletions
|
|
@ -46,7 +46,7 @@ interface dataType {
|
|||
disciplinaryCaseFault: string;
|
||||
}
|
||||
|
||||
interface dataDetail {
|
||||
interface DataDetail {
|
||||
id: string;
|
||||
personId: string;
|
||||
citizenId: string;
|
||||
|
|
@ -91,4 +91,4 @@ interface DataOption {
|
|||
id: string;
|
||||
name: string;
|
||||
}
|
||||
export type { listData, dataType, dataDetail, DataOption };
|
||||
export type { listData, dataType, DataDetail, DataOption };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue