refactor: quotation product tree

This commit is contained in:
puriphatt 2024-09-30 16:35:41 +07:00
parent 5d1d1f36e0
commit 66b30b9e3f
5 changed files with 251 additions and 154 deletions

View file

@ -35,6 +35,7 @@ export interface WorkCreate {
}
export interface Work {
productOnWork: ProductOnWork[];
id: string;
order: number;
name: string;