Commit a006a8be by Sixong.Zhu

merged

parents 0059e3e9 30b20e3f
Showing with 2 additions and 0 deletions
......@@ -101,6 +101,7 @@ export interface OrderPayItem {
deadLine?: string;
value: number;
status: PayStatus;
method: PayMethod;
}
export const enum ChatOpenDirection {
......
......@@ -79,6 +79,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