feat: reverse tree convert
This commit is contained in:
parent
d5c8ce85b6
commit
13cf2da9f9
3 changed files with 147 additions and 33 deletions
|
|
@ -149,6 +149,13 @@ type ServiceRelation = {
|
|||
createdByUserId: string;
|
||||
updatedAt: string;
|
||||
updatedByUserId: string;
|
||||
|
||||
work: (WorkRelation & {
|
||||
productOnWork: {
|
||||
order: number;
|
||||
product: ProductRelation;
|
||||
}[];
|
||||
})[];
|
||||
};
|
||||
|
||||
export type QuotationStats = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue