ปรับเพิ่ม api คำร้องขอแก้ไขข้อมูล
This commit is contained in:
parent
92c6c01438
commit
df0aa633db
3 changed files with 139 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue