fix: type
This commit is contained in:
parent
4b08d12845
commit
d970486348
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ type ProductCreate = {
|
|||
agentPrice: number;
|
||||
serviceCharge: number;
|
||||
vatIncluded?: boolean;
|
||||
expenseType?: number;
|
||||
expenseType?: string;
|
||||
productGroupId: string;
|
||||
remark?: string;
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ type ProductUpdate = {
|
|||
serviceCharge?: number;
|
||||
remark?: string;
|
||||
vatIncluded?: boolean;
|
||||
expenseType?: number;
|
||||
expenseType?: string;
|
||||
productGroupId?: string;
|
||||
|
||||
registeredBranchId?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue