Commit b164ce1b by 杨铁龙

interface

parent f8187a0a
Showing with 2 additions and 0 deletions
...@@ -28,6 +28,8 @@ export const statusMapping = new Map<OrderStatus, string>([ ...@@ -28,6 +28,8 @@ export const statusMapping = new Map<OrderStatus, string>([
export interface OrderTableListItem { export interface OrderTableListItem {
id: string; id: string;
v: string;
no: string;
title: string; title: string;
time: string; time: string;
chat: number; chat: number;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment