@be-link/cs-cli-nodejs 0.1.83 → 0.1.85
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.
|
@@ -142,6 +142,7 @@ export declare namespace QueryByItem {
|
|
|
142
142
|
};
|
|
143
143
|
/** 商品标签条件 */
|
|
144
144
|
itemTags?: number[];
|
|
145
|
+
frontEndTags?: string[];
|
|
145
146
|
};
|
|
146
147
|
/** 排序条件 */
|
|
147
148
|
sort?: {
|
|
@@ -208,6 +209,8 @@ export declare namespace QueryByItem {
|
|
|
208
209
|
interface IQueryItemSearchInfo<K extends (keyof GDto.IItemSearchInfo)[]> {
|
|
209
210
|
data: (GDto.QueryItemSearchInfoRes<K> & {
|
|
210
211
|
hasStock?: boolean;
|
|
212
|
+
backEndTag?: any;
|
|
213
|
+
frontEndTag?: any;
|
|
211
214
|
})[];
|
|
212
215
|
total?: number;
|
|
213
216
|
}
|