fix: เพิ่ม type branchId
This commit is contained in:
parent
58776a1015
commit
e073d8015b
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export type BranchContact = {
|
|||
updateBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
branchId: string;
|
||||
};
|
||||
|
||||
export type BranchContactCreate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue