ผังบัญชีค่าจ้างลูกจ้างประจำ
This commit is contained in:
parent
7fe32bc723
commit
5d5051ef84
4 changed files with 269 additions and 102 deletions
|
|
@ -6,28 +6,53 @@ interface ObjectCharRef {
|
|||
}
|
||||
|
||||
interface ObjectReteRef {
|
||||
posType: object|null
|
||||
posName: object|null
|
||||
posLevel: object|null
|
||||
rateOldMin: object|null
|
||||
groupOld: object|null
|
||||
rateMaxOld: object|null
|
||||
groupRateHigh: object|null
|
||||
rateHighMax: object|null
|
||||
posType: object | null
|
||||
posName: object | null
|
||||
posLevel: object | null
|
||||
rateOldMin: object | null
|
||||
groupOld: object | null
|
||||
rateMaxOld: object | null
|
||||
groupRateHigh: object | null
|
||||
rateHighMax: object | null
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface DataOptions {
|
||||
id:string
|
||||
name:string
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
interface DataListOptions {
|
||||
id:string
|
||||
posDictName:string
|
||||
posTypeId:string
|
||||
posTypeName:string
|
||||
posLevelId:string
|
||||
posLevelName:number
|
||||
id: string
|
||||
posDictName: string
|
||||
posTypeId: string
|
||||
posTypeName: string
|
||||
posLevelId: string
|
||||
posLevelName: number
|
||||
}
|
||||
export type { ObjectCharRef, ObjectReteRef,DataOptions,DataListOptions };
|
||||
|
||||
interface ListData {
|
||||
id: string
|
||||
posType: string
|
||||
posName: string
|
||||
posLevel: string
|
||||
rateOldMin: string
|
||||
groupOld: Array<number>
|
||||
rateMaxOld: string
|
||||
groupRateHigh: string
|
||||
rateHighMax: string
|
||||
reson: string
|
||||
}
|
||||
interface ResponseData {
|
||||
id: string
|
||||
posLevel: string
|
||||
position: string
|
||||
posType: string
|
||||
details: string
|
||||
salaryMin: string
|
||||
salary: string
|
||||
salaryMax: string
|
||||
group: string
|
||||
salaryEmployeeMin: Array<number>
|
||||
}
|
||||
export type { ObjectCharRef, ObjectReteRef, DataOptions, DataListOptions, ListData,ResponseData };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue