fix: แก้ type status
This commit is contained in:
parent
52172b7133
commit
fe2fa5e4bc
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ export interface Service {
|
|||
updateBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
status: string;
|
||||
status: Status;
|
||||
attributes: Attributes;
|
||||
detail: string;
|
||||
name: string;
|
||||
|
|
@ -99,7 +99,7 @@ export interface ProductList {
|
|||
createdAt: string;
|
||||
createdBy: string;
|
||||
productTypeId: string;
|
||||
status: string;
|
||||
status: Status;
|
||||
serviceCharge: number;
|
||||
agentPrice: number;
|
||||
price: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue