@ningboyz/types 1.5.68 → 1.5.69

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.5.68",
4
+ "version": "1.5.69",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -68,6 +68,8 @@ export interface IHznjZbjgResponse {
68
68
  sampCode: string;
69
69
  /**样品名称 */
70
70
  sampName: string;
71
+ /**样品制备房间 */
72
+ ypzbRoom: string;
71
73
 
72
74
  coverURL: string;
73
75
  touchURL: string;
@@ -146,6 +148,8 @@ export class THznjZbjgResponse implements IHznjZbjgResponse {
146
148
  sampCode: string = "";
147
149
  /**样品名称 */
148
150
  sampName: string = "";
151
+ /**样品制备房间 */
152
+ ypzbRoom: string = "";
149
153
 
150
154
  coverURL: string = "";
151
155
  touchURL: string = "";