จัดการผู้ใช้งาน => ปรัับ ui เพิ่มผู้ใช้งาน
This commit is contained in:
parent
baaa75f4da
commit
1e061649e0
4 changed files with 385 additions and 104 deletions
|
|
@ -108,4 +108,31 @@ interface SysList {
|
|||
children: SysList[];
|
||||
}
|
||||
|
||||
export type { Users, Roles, NodeTree, PosMaster, Position, SysList };
|
||||
interface Profile {
|
||||
birthDate: string;
|
||||
citizenId: string;
|
||||
educationDegree: string;
|
||||
email: string;
|
||||
firstName: string;
|
||||
id: string;
|
||||
lastName: string;
|
||||
name: string;
|
||||
organization: string;
|
||||
phone: string;
|
||||
posLevelId: string;
|
||||
posLevelName: string;
|
||||
posMasterNo: number;
|
||||
posNo: string;
|
||||
posTypeId: string;
|
||||
posTypeName: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
positionLevelName: string;
|
||||
positionType: string;
|
||||
positionTypeName: string;
|
||||
prefix: string;
|
||||
rank: string;
|
||||
salary: number;
|
||||
}
|
||||
|
||||
export type { Users, Roles, NodeTree, PosMaster, Position, SysList, Profile };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue