@ningboyz/types 1.3.94 → 1.3.95

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.94",
4
+ "version": "1.3.95",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -214,6 +214,7 @@ export interface INotiMainResponse {
214
214
  * 来文单位
215
215
  */
216
216
  fileFrom: number;
217
+ notiUses: string;
217
218
  }
218
219
 
219
220
  export class TNotiMainResponse implements INotiMainResponse {
@@ -356,6 +357,7 @@ export class TNotiMainResponse implements INotiMainResponse {
356
357
  deptName: string = "";
357
358
  scanCode: string = "";
358
359
  fileFrom: number = 0;
360
+ notiUses: string = "";
359
361
 
360
362
  constructor(card: any = {}) {
361
363
  if (card) {