no message
This commit is contained in:
parent
a9973e4ba7
commit
7b2600988b
2 changed files with 2 additions and 2 deletions
|
|
@ -2857,7 +2857,7 @@ export class ProfileEmployeeController extends Controller {
|
||||||
* @summary ORG_038 - ออกคำสั่งลูกจ้าง (ADMIN) #
|
* @summary ORG_038 - ออกคำสั่งลูกจ้าง (ADMIN) #
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Get("report/resume")
|
@Post("report/resume")
|
||||||
async doneReport(
|
async doneReport(
|
||||||
@Body()
|
@Body()
|
||||||
body: {
|
body: {
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ export class ProfileItem {
|
||||||
positionLevelOld: string | null;
|
positionLevelOld: string | null;
|
||||||
positionNumberOld: string | null;
|
positionNumberOld: string | null;
|
||||||
organizationOld: string | null;
|
organizationOld: string | null;
|
||||||
organizationPositionOld: string | null;
|
organizationPositionOld?: string | null;
|
||||||
amountOld: number | null;
|
amountOld: number | null;
|
||||||
educationOld: string | null;
|
educationOld: string | null;
|
||||||
rootOld: string | null;
|
rootOld: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue