Merge branch 'nice_dev' into develop
This commit is contained in:
commit
64683fc074
6 changed files with 903 additions and 30 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue