update field
This commit is contained in:
parent
926bbc1fda
commit
be840b4a9c
3 changed files with 54 additions and 0 deletions
|
|
@ -2941,6 +2941,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;
|
||||
posmasterId: string;
|
||||
|
|
@ -3771,6 +3773,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;
|
||||
commandId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue