fix: ลบ code ออก

This commit is contained in:
Net 2024-04-09 13:08:06 +07:00
parent 3ae97b2f23
commit 00bca26038
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -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;