fix: เพิ่ม type branchId

This commit is contained in:
Net 2024-04-10 16:02:43 +07:00
parent 58776a1015
commit e073d8015b

View file

@ -7,6 +7,7 @@ export type BranchContact = {
updateBy: string;
createdAt: string;
createdBy: string;
branchId: string;
};
export type BranchContactCreate = {