@ningboyz/types 1.4.158 → 1.4.159

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.158",
4
+ "version": "1.4.159",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -87,6 +87,7 @@ export interface IHznjZblyResponse {
87
87
  userGUID: string;
88
88
  flowMain: number;
89
89
  flowNode: number;
90
+ memoMain: number;
90
91
 
91
92
  /**附件 */
92
93
  listPath: TCore.IPathResponse[];
@@ -168,6 +169,7 @@ export class THznjZblyResponse implements IHznjZblyResponse {
168
169
  userGUID: string = "";
169
170
  flowMain: number = 0;
170
171
  flowNode: number = 0;
172
+ memoMain: number = 0;
171
173
 
172
174
  listPath: TCore.IPathResponse[] = [];
173
175
  listBill: THznj.IHznjZblyBillResponse[] = [];
@@ -79,6 +79,7 @@ export interface IHznjZbthResponse {
79
79
  userGUID: string;
80
80
  flowMain: number;
81
81
  flowNode: number;
82
+ memoMain: number;
82
83
 
83
84
  /**附件 */
84
85
  listPath: TCore.IPathResponse[];
@@ -156,6 +157,7 @@ export class THznjZbthResponse implements IHznjZbthResponse {
156
157
  userGUID: string = "";
157
158
  flowMain: number = 0;
158
159
  flowNode: number = 0;
160
+ memoMain: number = 0;
159
161
 
160
162
  listPath: TCore.IPathResponse[] = [];
161
163
  listBill: THznj.IHznjZbthBillResponse[] = [];