แก้ พฤติกรรมการปฎิบัติราชการ (สมรรถนะ)
This commit is contained in:
parent
2f1a600c22
commit
31c2f99741
6 changed files with 94 additions and 70 deletions
|
|
@ -36,4 +36,10 @@ interface FormCapacityList {
|
|||
summary: number;
|
||||
}
|
||||
|
||||
export type { FormProfile, FormDataAssigned, FormCapacityList };
|
||||
interface ListCriteria {
|
||||
id: string;
|
||||
level: number;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export type { FormProfile, FormDataAssigned, FormCapacityList,ListCriteria };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue