@be-link/cs-cli-nodejs 0.1.82 → 0.1.84
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.
|
@@ -84,6 +84,7 @@ export declare namespace QueryByItem {
|
|
|
84
84
|
};
|
|
85
85
|
/** 商品标签条件 */
|
|
86
86
|
itemTags?: number[];
|
|
87
|
+
frontEndTags?: string[];
|
|
87
88
|
};
|
|
88
89
|
/** 排序条件 */
|
|
89
90
|
sort?: {
|
|
@@ -207,6 +208,8 @@ export declare namespace QueryByItem {
|
|
|
207
208
|
interface IQueryItemSearchInfo<K extends (keyof GDto.IItemSearchInfo)[]> {
|
|
208
209
|
data: (GDto.QueryItemSearchInfoRes<K> & {
|
|
209
210
|
hasStock?: boolean;
|
|
211
|
+
backEndTag?: any;
|
|
212
|
+
frontEndTag?: any;
|
|
210
213
|
})[];
|
|
211
214
|
total?: number;
|
|
212
215
|
}
|