@ningboyz/types 1.4.24 → 1.4.25

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.24",
4
+ "version": "1.4.25",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -122,8 +122,10 @@ export interface IHznjXmsyResponse {
122
122
  nbyhText: string;
123
123
  /**样品等级文本 */
124
124
  ypdjText: string;
125
- /**样品基数 */
125
+ /**样品基数(停用) */
126
126
  baseText: string;
127
+ /**样品基数 */
128
+ ypjsText: string;
127
129
 
128
130
  coverURL: string;
129
131
  touchURL: string;
@@ -246,8 +248,10 @@ export class THznjXmsyResponse implements IHznjXmsyResponse {
246
248
  nbyhText: string = "";
247
249
  /**样品等级文本 */
248
250
  ypdjText: string = "";
249
- /**样品基数 */
251
+ /**样品基数(停用) */
250
252
  baseText: string = "";
253
+ /**样品基数 */
254
+ ypjsText: string = "";
251
255
 
252
256
  coverURL: string = "";
253
257
  touchURL: string = "";