refactor: package => step count

This commit is contained in:
puriphatt 2024-12-04 13:35:36 +07:00
parent e1a27aa8d4
commit 4a6f192d5f
2 changed files with 21 additions and 5 deletions

View file

@ -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 {