Commit a006a8be by Sixong.Zhu

merged

parents 0059e3e9 30b20e3f
Showing with 2 additions and 0 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 {
......
...@@ -79,6 +79,7 @@ class OrderService { ...@@ -79,6 +79,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