fix: personnel branchId (add & edit)

This commit is contained in:
puriphatt 2024-07-03 09:21:53 +00:00
parent 05d7c70f97
commit 0c2926bb60
3 changed files with 32 additions and 54 deletions

View file

@ -48,6 +48,7 @@ export type User = {
};
export type UserCreate = {
branchId: string;
provinceId?: string | null;
districtId?: string | null;
subDistrictId?: string | null;