Commit 6510e790 by Sixong.Zhu

u

parent da6ef098
Showing with 3 additions and 1 deletions
...@@ -101,6 +101,7 @@ export interface OrderPayItem { ...@@ -101,6 +101,7 @@ export interface OrderPayItem {
deadLine?: string; deadLine?: string;
value: number; value: number;
status: PayStatus; status: PayStatus;
method: PayMethod;
} }
export const enum ChatOpenDirection { export const enum ChatOpenDirection {
......
...@@ -6,7 +6,7 @@ import { ...@@ -6,7 +6,7 @@ import {
OrderTableListItem, OrderTableListItem,
orderTableListItemPredict, orderTableListItemPredict,
SrcPlatform, SrcPlatform,
OrderPayItem OrderPayItem,
} from "../model"; } from "../model";
class OrderService { class OrderService {
...@@ -78,6 +78,7 @@ class OrderService { ...@@ -78,6 +78,7 @@ class OrderService {
time: "PaymentDate", time: "PaymentDate",
deadLine: "PaymentDueDate", deadLine: "PaymentDueDate",
value: "Amount", value: "Amount",
method: "PaymentFunction",
} }
); );
} }
......
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