1
This commit is contained in:
@@ -9,7 +9,7 @@ export interface Order {
|
||||
// 订单类型
|
||||
orderType?: string;
|
||||
// 订单来源
|
||||
orderSource?: string;
|
||||
orderSource?: number;
|
||||
// 来源记录ID
|
||||
orderSourceId?: number;
|
||||
// 来源记录的参数 (json格式)
|
||||
|
||||
Reference in New Issue
Block a user