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;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue