Commit 483d728f by 杨铁龙

优化

parent 7a4de30b
Showing with 1 additions and 3 deletions
...@@ -103,8 +103,7 @@ export interface OrderPayItem { ...@@ -103,8 +103,7 @@ export interface OrderPayItem {
id: number; id: number;
v: number; v: number;
title: string; title: string;
time?: string; time: string;
deadLine?: string;
dueTime: string; dueTime: string;
value: number; value: number;
status: PayStatus; status: PayStatus;
...@@ -128,7 +127,6 @@ export const orderPayItemPredict = { ...@@ -128,7 +127,6 @@ export const orderPayItemPredict = {
id: "ID", id: "ID",
v: "uniplat_version", v: "uniplat_version",
title: "ItemName", title: "ItemName",
deadLine: "PaymentDueDate",
value: "Amount", value: "Amount",
createdTime: "CreatedDate" createdTime: "CreatedDate"
} }
......
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