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;
|
||||
code: string;
|
||||
image?: File;
|
||||
status?: Status;
|
||||
}
|
||||
|
||||
export interface ProductUpdate {
|
||||
|
|
@ -134,6 +135,7 @@ export interface ProductUpdate {
|
|||
detail: string;
|
||||
name: string;
|
||||
image?: File;
|
||||
status?: Status;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue