Commit 8b138a08 by zhousil

付款笔数

parent 0452b288
Showing with 3 additions and 1 deletions
...@@ -58,6 +58,7 @@ export interface OrderTableListItem { ...@@ -58,6 +58,7 @@ export interface OrderTableListItem {
lastMsgContent: string; lastMsgContent: string;
lastMsgTime: string; lastMsgTime: string;
unreadCount: number; unreadCount: number;
PayPaymentNum?: string | number; //付款笔数
} }
export const orderPredict = { export const orderPredict = {
...@@ -78,7 +79,8 @@ export const orderPredict = { ...@@ -78,7 +79,8 @@ export const orderPredict = {
chatTypeCode: "UniplatChatTypeCode", chatTypeCode: "UniplatChatTypeCode",
lastMsgContent: "UniplatLastMsgContent", lastMsgContent: "UniplatLastMsgContent",
lastMsgTime: "UniplatLastMsgTime", lastMsgTime: "UniplatLastMsgTime",
unreadCount: 0 unreadCount: 0,
PayPaymentNum: "PayPaymentNum"
}; };
export const enum PayStatus { export const enum PayStatus {
......
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