อัพเดท type //เมนูเครื่องราช
This commit is contained in:
parent
d626279c6c
commit
27b4e9dd4c
8 changed files with 221 additions and 239 deletions
13
src/modules/08_registryEmployee/request/Main.ts
Normal file
13
src/modules/08_registryEmployee/request/Main.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
interface FormRegistryEmployee {
|
||||
no: string;
|
||||
name: string;
|
||||
positionNum: string;
|
||||
position: string;
|
||||
path: string;
|
||||
type: string;
|
||||
level: string;
|
||||
affiliation: string;
|
||||
yearly: number;
|
||||
pay: string;
|
||||
}
|
||||
export type { FormRegistryEmployee };
|
||||
Loading…
Add table
Add a link
Reference in a new issue