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;
|
updateBy: string;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
createdBy: string;
|
createdBy: string;
|
||||||
status: string;
|
status: Status;
|
||||||
attributes: Attributes;
|
attributes: Attributes;
|
||||||
detail: string;
|
detail: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
|
@ -99,7 +99,7 @@ export interface ProductList {
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
createdBy: string;
|
createdBy: string;
|
||||||
productTypeId: string;
|
productTypeId: string;
|
||||||
status: string;
|
status: Status;
|
||||||
serviceCharge: number;
|
serviceCharge: number;
|
||||||
agentPrice: number;
|
agentPrice: number;
|
||||||
price: number;
|
price: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue