Commit c0e75d17 by Sixong.Zhu

移除重复属性

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