fix: personnel branchId (add & edit)
This commit is contained in:
parent
05d7c70f97
commit
0c2926bb60
3 changed files with 32 additions and 54 deletions
|
|
@ -48,6 +48,7 @@ export type User = {
|
|||
};
|
||||
|
||||
export type UserCreate = {
|
||||
branchId: string;
|
||||
provinceId?: string | null;
|
||||
districtId?: string | null;
|
||||
subDistrictId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue