ปรับ Code ประเมืน
This commit is contained in:
parent
f9c4bb3b80
commit
5b2be2af2b
24 changed files with 603 additions and 1398 deletions
|
|
@ -51,10 +51,33 @@ interface CertificatesForm {
|
|||
issuer: string;
|
||||
}
|
||||
|
||||
interface EvaluateList {
|
||||
id: string;
|
||||
citizanId: string;
|
||||
fullName: string;
|
||||
position: string;
|
||||
level: string | null;
|
||||
positionNumber: string;
|
||||
agency: string;
|
||||
status: string | null;
|
||||
}
|
||||
|
||||
interface FormFeature {
|
||||
isEducationalQft: boolean;
|
||||
isGovermantServiceHtr: boolean;
|
||||
isOperatingExp: boolean;
|
||||
isMinPeriodOfTenure: boolean;
|
||||
isHaveSpecificQft: boolean;
|
||||
isHaveProLicense: boolean;
|
||||
isHaveMinPeriodOrHoldPos: boolean;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormCommand,
|
||||
FormCommandRef,
|
||||
EducationForm,
|
||||
CertificatesForm,
|
||||
FileEvaluationRefRef,
|
||||
EvaluateList,
|
||||
FormFeature,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue