refactor: add type installmentNo
This commit is contained in:
parent
9991bab995
commit
e295b08f2a
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ export interface ProductOnWork {
|
||||||
productId: string;
|
productId: string;
|
||||||
workId: string;
|
workId: string;
|
||||||
order: number;
|
order: number;
|
||||||
|
installmentNo: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface WorkItems {
|
export interface WorkItems {
|
||||||
|
|
@ -159,6 +160,7 @@ export interface Product {
|
||||||
code: string;
|
code: string;
|
||||||
id: string;
|
id: string;
|
||||||
imageUrl: string;
|
imageUrl: string;
|
||||||
|
installmentNo: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProductCreate {
|
export interface ProductCreate {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue