fix: change to non percent
This commit is contained in:
parent
bb1e6cf38b
commit
96c69e2560
1 changed files with 0 additions and 8 deletions
|
|
@ -71,10 +71,6 @@ type QuotationCreate = {
|
|||
workId?: string;
|
||||
productId: string;
|
||||
amount: number;
|
||||
/**
|
||||
* @maximum 1
|
||||
* @minimum 0
|
||||
*/
|
||||
discount?: number;
|
||||
workerIndex?: number[];
|
||||
}[];
|
||||
|
|
@ -126,10 +122,6 @@ type QuotationUpdate = {
|
|||
workId?: string;
|
||||
productId: string;
|
||||
amount: number;
|
||||
/**
|
||||
* @maximum 1
|
||||
* @minimum 0
|
||||
*/
|
||||
discount?: number;
|
||||
workerIndex?: number[];
|
||||
}[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue