Commit c0e75d17 by Sixong.Zhu

移除重复属性

parent 2f7457fb
Showing with 1 additions and 4 deletions
...@@ -37,6 +37,7 @@ export interface OrderTableListItem { ...@@ -37,6 +37,7 @@ export interface OrderTableListItem {
chat: number; chat: number;
status: OrderStatus; status: OrderStatus;
status_label: string; status_label: string;
editTitle: string;
remark: string; remark: string;
/** /**
* 待支付金额 * 待支付金额
...@@ -54,8 +55,6 @@ export interface OrderTableListItem { ...@@ -54,8 +55,6 @@ export interface OrderTableListItem {
* 已退款金额 * 已退款金额
*/ */
RefundedAmount: number; RefundedAmount: number;
remarkTitle: string;
remarkContent: string;
chatTypeCode: string; chatTypeCode: string;
lastMsgContent: string; lastMsgContent: string;
lastMsgTime: string; lastMsgTime: string;
...@@ -83,8 +82,6 @@ export const orderPredict = { ...@@ -83,8 +82,6 @@ export const orderPredict = {
RefundAmount: "RefundAmount", RefundAmount: "RefundAmount",
RefundedAmount: "RefundedAmount", RefundedAmount: "RefundedAmount",
chat: "UniplatImChatId", chat: "UniplatImChatId",
remarkTitle: "Title",
remarkContent: "Remark",
chatTypeCode: "UniplatChatTypeCode", chatTypeCode: "UniplatChatTypeCode",
lastMsgContent: "UniplatLastMsgContent", lastMsgContent: "UniplatLastMsgContent",
lastMsgTime: "UniplatLastMsgTime", lastMsgTime: "UniplatLastMsgTime",
......
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