refactor: add type installmentNo

This commit is contained in:
Thanaphon Frappet 2024-10-22 16:20:32 +07:00
parent 9991bab995
commit e295b08f2a

View file

@ -129,6 +129,7 @@ export interface ProductOnWork {
productId: string;
workId: string;
order: number;
installmentNo: number;
}
export interface WorkItems {
@ -159,6 +160,7 @@ export interface Product {
code: string;
id: string;
imageUrl: string;
installmentNo: number;
}
export interface ProductCreate {