bmc-common-resource 1.1.105 → 1.1.107

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.
@@ -17,6 +17,10 @@ export default class QuotationItem {
17
17
  * @remarks 当为组合产品时未组合产品总价
18
18
  */
19
19
  unitPrice: number;
20
+ /**
21
+ * 产品供货价(单价)
22
+ */
23
+ supplyPrice: number;
20
24
  /**
21
25
  * 产品价格版本标识
22
26
  */
@@ -58,6 +62,10 @@ export default class QuotationItem {
58
62
  * 型号单名称
59
63
  */
60
64
  model: string;
65
+ /**
66
+ * 供货模式
67
+ */
68
+ supplyMode: string;
61
69
  /**
62
70
  * 轮廓尺寸
63
71
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmc-common-resource",
3
- "version": "1.1.105",
3
+ "version": "1.1.107",
4
4
  "description": "通用枚举、常量和资源的npm包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",