@be-link/ecommerce-backend-bff-service-node-sdk 0.0.56 → 0.0.57
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.
|
@@ -244,8 +244,8 @@ export interface RoomBindStore {
|
|
|
244
244
|
address: string;
|
|
245
245
|
/** 门店电话 */
|
|
246
246
|
telephone: string;
|
|
247
|
-
/**
|
|
248
|
-
|
|
247
|
+
/** 绑定标签,根据是否是空字符串表示是否有分组 */
|
|
248
|
+
tags: string[];
|
|
249
249
|
/** 联系人姓名(店长) */
|
|
250
250
|
storeManagerName: string;
|
|
251
251
|
/** 直播间id,根据id是否为空字符串表示是否绑定了本店 */
|
|
@@ -244,8 +244,8 @@ export interface RoomBindStore {
|
|
|
244
244
|
address: string;
|
|
245
245
|
/** 门店电话 */
|
|
246
246
|
telephone: string;
|
|
247
|
-
/**
|
|
248
|
-
|
|
247
|
+
/** 绑定标签,根据是否是空字符串表示是否有分组 */
|
|
248
|
+
tags: string[];
|
|
249
249
|
/** 联系人姓名(店长) */
|
|
250
250
|
storeManagerName: string;
|
|
251
251
|
/** 直播间id,根据id是否为空字符串表示是否绑定了本店 */
|