@be-link/ecommerce-trade-service-node-sdk 0.1.150 → 0.1.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1255,8 +1255,8 @@ export declare namespace PosOrderQueryService {
|
|
|
1255
1255
|
/** B 端门店订单列表(酒旅虚拟品) */
|
|
1256
1256
|
interface IStoreOrderCard {
|
|
1257
1257
|
orderId: string;
|
|
1258
|
-
/**
|
|
1259
|
-
orderStatus:
|
|
1258
|
+
/** 订单状态(单值) */
|
|
1259
|
+
orderStatus: ENUM.OrderStatus;
|
|
1260
1260
|
productImage: string;
|
|
1261
1261
|
/** 渠道标签,对应 OrderSource */
|
|
1262
1262
|
channelTag: string;
|