@ningboyz/types 1.4.17 → 1.4.18

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.4.17",
4
+ "version": "1.4.18",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -38,6 +38,8 @@ export interface IJapzK8kmResponse {
38
38
  k8kmKmmc: string;
39
39
  /** 样品分类 */
40
40
  k0kmText: string;
41
+ /**分类编码 */
42
+ k0kmKmbm: string;
41
43
  /** 样品分类编码 导入时填写 */
42
44
  fromK0kmKmbm: string;
43
45
  parentCD: string;
@@ -77,6 +79,7 @@ export class TJapzK8kmResponse implements IJapzK8kmResponse {
77
79
  k8kmKmbm: string = "";
78
80
  k8kmKmmc: string = "";
79
81
  k0kmText: string = "";
82
+ k0kmKmbm: string = "";
80
83
  parentCD: string = "";
81
84
 
82
85
  fromK0kmKmbm: string = "";