@ningboyz/types 1.2.178 → 1.2.179

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.178",
4
+ "version": "1.2.179",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -73,7 +73,7 @@ export interface IHznjXmsyWtdwResponse {
73
73
  /**样品保存方式 */
74
74
  ypbcMain: number;
75
75
  /**样品保存方式名称 */
76
- ypbcText: number;
76
+ ypbcText: string;
77
77
  /**判定依据 */
78
78
  k9kmKmmc: string;
79
79
  /**是否分包 */
@@ -127,7 +127,7 @@ export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
127
127
  hbyqText: string = "";
128
128
  hbyqMain: number = 0;
129
129
  ypbcMain: number = 0;
130
- ypbcText: number = 0;
130
+ ypbcText: string = "";
131
131
  k9kmKmmc: string = "";
132
132
  ynfbMain: number = 0;
133
133
  ynfbText: string = "";