chore: update id order
This commit is contained in:
@@ -226,6 +226,7 @@ export interface OrderItem {
|
||||
*/
|
||||
export interface OrderDetail {
|
||||
id: number;
|
||||
client_order_number?: number;
|
||||
username: string;
|
||||
status: string;
|
||||
delivery_address?: string;
|
||||
|
||||
Reference in New Issue
Block a user