Commit 5874af92 by zhousil

historyorder

parent 7853466f
Showing with 2 additions and 0 deletions
...@@ -59,6 +59,8 @@ export interface OrderTableListItem { ...@@ -59,6 +59,8 @@ export interface OrderTableListItem {
lastMsgTime: string; lastMsgTime: string;
unreadCount: number; unreadCount: number;
PayPaymentNum?: string | number; //付款笔数 PayPaymentNum?: string | number; //付款笔数
logo?: string;
orderId?: string;
} }
export const orderPredict = { export const orderPredict = {
......
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