Commit 6510e790 by Sixong.Zhu

u

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