|
|
@@ -279,6 +279,8 @@ export interface OrderMainVO {
|
|
|
|
|
|
assigneeName: string;
|
|
|
|
|
|
+ dataSourceStr: string;
|
|
|
+
|
|
|
orderProductList: any[];
|
|
|
|
|
|
deliverProductList: any[];
|
|
|
@@ -546,6 +548,8 @@ export interface OrderMainForm extends BaseEntity {
|
|
|
|
|
|
assignmentStatus?: string;
|
|
|
|
|
|
+ dataSourceStr?: string;
|
|
|
+
|
|
|
/**
|
|
|
* 订单商品明细列表
|
|
|
*/
|