refactor: add type of CustomerBranchCreate
This commit is contained in:
parent
43dbebe639
commit
811baa3ddc
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ export type CustomerBranch = {
|
|||
};
|
||||
|
||||
export type CustomerBranchCreate = {
|
||||
id?: string;
|
||||
code?: string;
|
||||
branchNo?: number;
|
||||
address: string;
|
||||
|
|
@ -91,6 +92,7 @@ export type CustomerBranchCreate = {
|
|||
payDate: Date;
|
||||
wageRate: number;
|
||||
file?: File[];
|
||||
statusSave?: boolean;
|
||||
};
|
||||
|
||||
export type CustomerCreate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue