chore: add note to example

This commit is contained in:
Methapon2001 2024-03-18 15:07:22 +07:00
parent 42fd0084aa
commit 7d862c076f
2 changed files with 6 additions and 0 deletions

View file

@ -70,6 +70,7 @@ export class ProfileEducationsController extends Controller {
educationLevelId: "string", educationLevelId: "string",
positionPath: "string", positionPath: "string",
positionPathId: "string", positionPathId: "string",
note: "string",
isDate: true, isDate: true,
isEducation: true, isEducation: true,
}, },
@ -113,6 +114,7 @@ export class ProfileEducationsController extends Controller {
educationLevelId: "string", educationLevelId: "string",
positionPath: "string", positionPath: "string",
positionPathId: "string", positionPathId: "string",
note: "string",
isDate: true, isDate: true,
isEducation: true, isEducation: true,
profileEducationId: "f6c693b4-1a9b-4fbe-95c5-ed4da50d35b6", profileEducationId: "f6c693b4-1a9b-4fbe-95c5-ed4da50d35b6",
@ -142,6 +144,7 @@ export class ProfileEducationsController extends Controller {
educationLevelId: "string", educationLevelId: "string",
positionPath: "string", positionPath: "string",
positionPathId: "string", positionPathId: "string",
note: "string",
isDate: true, isDate: true,
isEducation: true, isEducation: true,
profileEducationId: "f6c693b4-1a9b-4fbe-95c5-ed4da50d35b6", profileEducationId: "f6c693b4-1a9b-4fbe-95c5-ed4da50d35b6",

View file

@ -61,6 +61,7 @@ export class ProfileInsigniaController extends Controller {
volumeNo: "string", volumeNo: "string",
refCommandDate: "2024-03-12T10:05:02.000Z", refCommandDate: "2024-03-12T10:05:02.000Z",
refCommandNo: "string", refCommandNo: "string",
note: "string",
}, },
], ],
}) })
@ -96,6 +97,7 @@ export class ProfileInsigniaController extends Controller {
volumeNo: "volumeNo", volumeNo: "volumeNo",
refCommandDate: "2024-03-12T10:05:44.000Z", refCommandDate: "2024-03-12T10:05:44.000Z",
refCommandNo: "refCommandNo", refCommandNo: "refCommandNo",
note: "string",
profileInsigniaId: "c9d4dd52-25f5-491a-852d-28bfe00d66cb", profileInsigniaId: "c9d4dd52-25f5-491a-852d-28bfe00d66cb",
}, },
{ {
@ -120,6 +122,7 @@ export class ProfileInsigniaController extends Controller {
volumeNo: "string", volumeNo: "string",
refCommandDate: "2024-03-12T10:05:02.000Z", refCommandDate: "2024-03-12T10:05:02.000Z",
refCommandNo: "string", refCommandNo: "string",
note: "string",
profileInsigniaId: "c9d4dd52-25f5-491a-852d-28bfe00d66cb", profileInsigniaId: "c9d4dd52-25f5-491a-852d-28bfe00d66cb",
}, },
], ],