bmc-common-resource 1.1.107 → 1.1.109

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmc-common-resource",
3
- "version": "1.1.107",
3
+ "version": "1.1.109",
4
4
  "description": "通用枚举、常量和资源的npm包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -1,11 +0,0 @@
1
- /**
2
- * 价格类型枚举(对应价格类型表code)
3
- */
4
- export declare enum price_type {
5
- /** 零售价 */
6
- RETAIL_PRICE = "RETAIL_PRICE",
7
- /** 指导价 */
8
- GUIDANCE_PRICE = "GUIDANCE_PRICE",
9
- /** 供货价 */
10
- SETTLEMENT_PRICE = "SETTLEMENT_PRICE"
11
- }