ทะเบียนประวัติ(ใหม่): ผูก API บันทึกไม่ได้รับเงินเดือนฯ

This commit is contained in:
puriphatt 2024-03-21 16:07:15 +07:00
parent 326de7badb
commit 9332691144
5 changed files with 276 additions and 182 deletions

View file

@ -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 };