@ningboyz/types 1.6.81 → 1.6.82

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.6.81",
4
+ "version": "1.6.82",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -81,6 +81,7 @@ export interface IHznjDzqrResponse {
81
81
  userGUID: string;
82
82
  flowMain: number;
83
83
  flowNode: number;
84
+ fromHznjXmsy: number;
84
85
 
85
86
  /**附件 */
86
87
  listPath: TCore.IPathResponse[];
@@ -157,6 +158,7 @@ export class THznjDzqrResponse implements IHznjDzqrResponse {
157
158
  userGUID: string = "";
158
159
  flowMain: number = 0;
159
160
  flowNode: number = 0;
161
+ fromHznjXmsy: number = 0;
160
162
 
161
163
  listPath: TCore.IPathResponse[] = [];
162
164
  listFrom: THznj.IHznjXmsyResponse[] = [];