@ningboyz/types 1.2.73 → 1.2.75

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.2.73",
4
+ "version": "1.2.75",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -28,7 +28,7 @@ export interface IJapzK0kmResponse {
28
28
 
29
29
  /** 分类编码 */
30
30
  k0kmKmbm: string;
31
- /** 分类名称 */
31
+ /** 分类名称 */
32
32
  k0kmKmmc: string;
33
33
  }
34
34