fix: ลบ code ออก
This commit is contained in:
parent
3ae97b2f23
commit
00bca26038
2 changed files with 0 additions and 4 deletions
|
|
@ -25,12 +25,10 @@ export type Branch = {
|
|||
nameEN: string;
|
||||
name: string;
|
||||
taxNo: string;
|
||||
code: string;
|
||||
id: string;
|
||||
};
|
||||
|
||||
export type BranchCreate = {
|
||||
code: string;
|
||||
taxNo: string;
|
||||
nameEN: string;
|
||||
name: string;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ export type User = {
|
|||
lastName: string;
|
||||
firstNameEN: string;
|
||||
firstName: string;
|
||||
code: string;
|
||||
keycloakId: string;
|
||||
id: string;
|
||||
profileImageUrl: string;
|
||||
|
|
@ -61,7 +60,6 @@ export type UserCreate = {
|
|||
retireDate?: Date;
|
||||
startDate?: Date;
|
||||
registrationNo?: string;
|
||||
code?: string;
|
||||
lastNameEN: string;
|
||||
lastName: string;
|
||||
firstNameEN: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue