bmc-common-resource 1.1.90 → 1.1.92

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.
@@ -47,10 +47,10 @@ export declare function getAllClassifyRoomsAndGroups(excludeClassifyCodes: strin
47
47
  * 根据产品分类获取对应的分组类型
48
48
  * @param productCategory 产品分类代码(如HALL_CABINET)
49
49
  * @param mainCategoryCode 主分类code (如CABINET_PANEL)
50
- * @param classifyType 品项类型(可选),如果提供则在该品项下查找
50
+ * @param classifyType 品项类型,如果提供则在该品项下查找
51
51
  * @param classifyRoomGroupMap 品项房间分组映射对象(JSON格式)
52
52
  * @param groupCategoryMap 分组分类映射对象(JSON格式)
53
53
  * @returns 匹配的分组类型代码(如CABINET_TYPE),未找到返回null
54
54
  */
55
- export declare function getGroupTypeByProductCategory(productCategory: string, mainCategoryCode?: string, classifyType?: string, classifyRoomGroupMap?: any, groupCategoryMap?: any): string | null;
55
+ export declare function getGroupTypeByProductCategory(productCategory: string, mainCategoryCode: string, classifyType: string, classifyRoomGroupMap: any, groupCategoryMap: any): string | null;
56
56
  export default CLASSIFY_ROOM_GROUP_MAP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmc-common-resource",
3
- "version": "1.1.90",
3
+ "version": "1.1.92",
4
4
  "description": "通用枚举、常量和资源的npm包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",