Merge branch 'nice_dev' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-12 11:15:12 +07:00
commit 64683fc074
6 changed files with 903 additions and 30 deletions

View file

@ -9,4 +9,12 @@ interface ObjectSalaryRef {
[key: string]: any;
}
export type { ObjectSalaryRef };
interface ObjectReceiveRef {
date: object | null;
reference: object | null;
detail: object | null;
[key: string]: any;
}
export type { ObjectSalaryRef,ObjectReceiveRef };