refactor: quotation product tree
This commit is contained in:
parent
5d1d1f36e0
commit
66b30b9e3f
5 changed files with 251 additions and 154 deletions
|
|
@ -35,6 +35,7 @@ export interface WorkCreate {
|
|||
}
|
||||
|
||||
export interface Work {
|
||||
productOnWork: ProductOnWork[];
|
||||
id: string;
|
||||
order: number;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue