จัดการผู้ใช้งาน => ปรัับ ui เพิ่มผู้ใช้งาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-13 18:04:47 +07:00
parent baaa75f4da
commit 1e061649e0
4 changed files with 385 additions and 104 deletions

View file

@ -1,4 +1,5 @@
interface FormUser {
profileId: string;
username: string;
password: string | undefined;
firstName: string;