bmc-common-resource 1.1.110 → 1.1.112

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.
@@ -172,6 +172,14 @@ export default class QuotationItem {
172
172
  * @example 1.2
173
173
  */
174
174
  measure: number;
175
+ /**
176
+ * 自定义参与计量计量的尺寸类型
177
+ */
178
+ measureCalcParams: string[];
179
+ /**
180
+ * 是否为专属套包产品
181
+ */
182
+ isExclusivePackage: boolean;
175
183
  /**
176
184
  * 计价标记
177
185
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmc-common-resource",
3
- "version": "1.1.110",
3
+ "version": "1.1.112",
4
4
  "description": "通用枚举、常量和资源的npm包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",