ทะเบียนประวัติ(ใหม่): ผูก API บันทึกไม่ได้รับเงินเดือนฯ
This commit is contained in:
parent
326de7badb
commit
9332691144
5 changed files with 276 additions and 182 deletions
|
|
@ -16,4 +16,13 @@ interface FormSalaryNew {
|
|||
doc: string;
|
||||
}
|
||||
|
||||
export type { FormSalaryNew };
|
||||
interface RequestNoPaidObject {
|
||||
profileId?: string;
|
||||
date: Date | null;
|
||||
detail: string;
|
||||
reference: string;
|
||||
refCommandDate: Date | null;
|
||||
refCommandNo: string;
|
||||
}
|
||||
|
||||
export type { FormSalaryNew, RequestNoPaidObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue