fix: แก้ type status

This commit is contained in:
Net 2024-06-24 14:28:55 +07:00
parent 52172b7133
commit fe2fa5e4bc

View file

@ -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;