จัดการผู้ใช้งาน => ปรัับ ui เพิ่มผู้ใช้งาน
This commit is contained in:
parent
baaa75f4da
commit
1e061649e0
4 changed files with 385 additions and 104 deletions
|
|
@ -1,4 +1,5 @@
|
|||
interface FormUser {
|
||||
profileId: string;
|
||||
username: string;
|
||||
password: string | undefined;
|
||||
firstName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue