refactor: package => step count
This commit is contained in:
parent
e1a27aa8d4
commit
4a6f192d5f
2 changed files with 21 additions and 5 deletions
|
|
@ -58,6 +58,7 @@ export interface ServiceCreate {
|
|||
product: {
|
||||
id: string;
|
||||
installmentNo?: number;
|
||||
stepCount: number;
|
||||
}[];
|
||||
name: string;
|
||||
}[];
|
||||
|
|
@ -136,6 +137,7 @@ export interface ProductOnWork {
|
|||
workId: string;
|
||||
order: number;
|
||||
installmentNo: number;
|
||||
stepCount: number;
|
||||
}
|
||||
|
||||
export interface WorkItems {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue