Commit 483d728f by 杨铁龙

优化

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