fix: เพิ่ม status
This commit is contained in:
parent
8185a47da6
commit
65878708be
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ export interface ProductCreate {
|
||||||
name: string;
|
name: string;
|
||||||
code: string;
|
code: string;
|
||||||
image?: File;
|
image?: File;
|
||||||
|
status?: Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProductUpdate {
|
export interface ProductUpdate {
|
||||||
|
|
@ -134,6 +135,7 @@ export interface ProductUpdate {
|
||||||
detail: string;
|
detail: string;
|
||||||
name: string;
|
name: string;
|
||||||
image?: File;
|
image?: File;
|
||||||
|
status?: Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue