@ningboyz/types 1.3.75 → 1.3.76

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.3.75",
4
+ "version": "1.3.76",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -82,6 +82,12 @@ export interface IHznjXmsyWtdwResponse {
82
82
  ynfbText: string;
83
83
  /**样品等级 */
84
84
  ypdjText: string;
85
+ /**商标 */
86
+ brandTxt: string;
87
+ /**批号或生产日期 */
88
+ batchTxt: string;
89
+ /**规格型号 */
90
+ ggxhText: string;
85
91
  }
86
92
 
87
93
  export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
@@ -134,6 +140,9 @@ export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
134
140
  ynfbMain: number = 0;
135
141
  ynfbText: string = "";
136
142
  ypdjText: string = "";
143
+ brandTxt: string = "";
144
+ batchTxt: string = "";
145
+ ggxhText: string = "";
137
146
 
138
147
  constructor(data: Partial<IHznjXmsyWtdwResponse> = {}) {
139
148
  if (data) {