@ningboyz/types 1.7.58 → 1.7.59

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.7.58",
4
+ "version": "1.7.59",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -76,7 +76,7 @@ export interface IWlzfMainResponse {
76
76
  lastMemo: string;
77
77
  userName: string;
78
78
  userGUID: string;
79
-
79
+ envrName: string;
80
80
  listBill: IWlzfBillResponse[];
81
81
  listGZZD: IGzzdMainResponse[];
82
82
  }
@@ -156,7 +156,7 @@ export class TWlzfMainResponse implements IWlzfMainResponse {
156
156
  lastMemo: string = "";
157
157
  userName: string = "";
158
158
  userGUID: string = "";
159
-
159
+ envrName: string = "";
160
160
  listBill: IWlzfBillResponse[] = [];
161
161
  listGZZD: IGzzdMainResponse[] = [];
162
162
  constructor(data: Partial<IWlzfMainResponse> = {}) {