update
This commit is contained in:
parent
69a2cfcddd
commit
87619410af
3 changed files with 37 additions and 0 deletions
|
|
@ -3306,6 +3306,8 @@ export class CommandController extends Controller {
|
|||
positionSalaryAmount?: Double | null;
|
||||
mouthSalaryAmount?: Double | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutiveField?: string | null;
|
||||
positionArea?: string | null;
|
||||
positionType: string | null;
|
||||
positionLevel: string | null;
|
||||
isLeave: boolean;
|
||||
|
|
@ -3623,6 +3625,8 @@ export class CommandController extends Controller {
|
|||
orgChild3?: string | null;
|
||||
orgChild4?: string | null;
|
||||
positionExecutive?: string | null;
|
||||
positionExecutiveField?: string | null;
|
||||
positionArea?: string | null;
|
||||
commandNo: string | null;
|
||||
commandYear: number | null;
|
||||
posNo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue