รายการ ลา
This commit is contained in:
parent
1e2d0108b6
commit
14cc7aa52f
5 changed files with 670 additions and 26 deletions
|
|
@ -34,6 +34,21 @@ interface FormData {
|
|||
status: string;
|
||||
}
|
||||
|
||||
interface RowsType{
|
||||
commanders:SeqTypeRow[]
|
||||
approvers:SeqTypeRow[]
|
||||
}
|
||||
interface SeqTypeRow {
|
||||
seq: number;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
positionName: string;
|
||||
profileId: string;
|
||||
keycloakId: string;
|
||||
approveStatus: string;
|
||||
comment: string;
|
||||
}
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
|
|
@ -87,4 +102,6 @@ export type {
|
|||
LeaveType,
|
||||
FormReject,
|
||||
ResCalendar,
|
||||
SeqTypeRow,
|
||||
RowsType
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue