@be-link/pos-cli-nodejs 1.0.213 → 1.0.215
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.
package/package.json
CHANGED
|
@@ -603,6 +603,8 @@ export declare namespace Service {
|
|
|
603
603
|
pageIndex?: number;
|
|
604
604
|
/** 商品id */
|
|
605
605
|
itemIdList?: string[];
|
|
606
|
+
/** 商品名称 */
|
|
607
|
+
itemName?: string;
|
|
606
608
|
};
|
|
607
609
|
/** 排序 */
|
|
608
610
|
sort: {
|
|
@@ -719,6 +721,8 @@ export declare namespace Service {
|
|
|
719
721
|
supplierIdList?: string[];
|
|
720
722
|
/** 商品id */
|
|
721
723
|
itemIdList?: string[];
|
|
724
|
+
/** 商品名称 */
|
|
725
|
+
itemName?: string;
|
|
722
726
|
}
|
|
723
727
|
interface getOrderCount {
|
|
724
728
|
/** 状态 */
|