@ningboyz/types 1.4.137 → 1.4.138

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.137",
4
+ "version": "1.4.138",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -97,7 +97,7 @@ export interface IHznjMainResponse {
97
97
  /**附件 */
98
98
  listPath: TCore.IPathResponse[];
99
99
  listBill: THznj.IHznjBillResponse[];
100
- listFrom: THznj.IHznjNotiResponse[];
100
+ listFrom: THznj.IHznjXmjjItemResponse[];
101
101
  }
102
102
  type Type = IHznjMainResponse;
103
103
  export class THznjMainResponse implements Type {
@@ -179,7 +179,7 @@ export class THznjMainResponse implements Type {
179
179
 
180
180
  listPath: TCore.IPathResponse[] = [];
181
181
  listBill: THznj.IHznjBillResponse[] = [];
182
- listFrom: THznj.IHznjNotiResponse[] = [];
182
+ listFrom: THznj.IHznjXmjjItemResponse[] = [];
183
183
 
184
184
  constructor(data: Partial<Type> = {}) {
185
185
  if (data) {