Merge branch 'develop' into devTee
# Conflicts: # src/api/registry/api.registry.ts
This commit is contained in:
commit
28fb5ebb9a
20 changed files with 731 additions and 764 deletions
|
|
@ -6,4 +6,16 @@ interface RowList {
|
|||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
}
|
||||
export type { RowList };
|
||||
|
||||
interface ObjectSalaryRef {
|
||||
date: object | null;
|
||||
posNo: object | null;
|
||||
position: object | null;
|
||||
typePosition: object | null;
|
||||
levelPosition: object | null;
|
||||
salary: object | null;
|
||||
doc: object | null;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
export type { RowList, ObjectSalaryRef };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue