ปรับเพิ่ม api คำร้องขอแก้ไขข้อมูล

This commit is contained in:
Bright 2024-07-19 17:01:17 +07:00
parent 92c6c01438
commit df0aa633db
3 changed files with 139 additions and 13 deletions

View file

@ -61,6 +61,7 @@ export class ProfileEdit extends EntityBase {
}
export class CreateProfileEdit {
profileId: string;
topic: string | null;
detail: string | null;
}
@ -73,6 +74,7 @@ export class EditProfileEdit {
}
export class CreateProfileEmployeeEdit {
profileEmployeeId: string;
topic: string | null;
detail: string | null;
}