@ningboyz/types 1.1.113 → 1.1.114

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": "@ningboyz/types",
3
- "version": "1.1.113",
3
+ "version": "1.1.114",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -37,7 +37,7 @@ export interface IGamsK0kmResponse {
37
37
  k0kmKmmc: string;
38
38
  parentCd: string;
39
39
  isLasted: number;
40
- k0kmPara: string;
40
+ k0KmPara: string;
41
41
  dictText: string;
42
42
 
43
43
  listDict: IDictResponse[];
@@ -80,7 +80,7 @@ export class TGamsK0kmResponse implements IGamsK0kmResponse {
80
80
  parentCd: string = "";
81
81
  isLasted: number = 0;
82
82
  /** 参数约定 */
83
- k0kmPara: string = "";
83
+ k0KmPara: string = "";
84
84
  /** 系统字典.文本 */
85
85
  dictText: string = "";
86
86