@be-link/pos-cli-nodejs 1.0.156 → 1.0.157
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
|
@@ -737,7 +737,7 @@ export declare namespace Service {
|
|
|
737
737
|
/** 供应商id */
|
|
738
738
|
supplierIds?: string[];
|
|
739
739
|
/** 订单来源渠道 */
|
|
740
|
-
sourceType
|
|
740
|
+
sourceType?: PosConstants.OrderSourceTypeEnum;
|
|
741
741
|
}
|
|
742
742
|
interface queryRejectReasons {
|
|
743
743
|
/** 订单Id */
|