@ningboyz/types 1.6.120 → 1.6.121

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.120",
4
+ "version": "1.6.121",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -77,6 +77,7 @@ export interface IHznkFytqResponse {
77
77
  userName: string;
78
78
  userGUID: string;
79
79
  totalVal: number;
80
+ fromUserIndx: number;
80
81
 
81
82
  /**附件 */
82
83
  listPath: TCore.IPathResponse[];
@@ -136,7 +137,7 @@ export class THznkFytqResponse implements IHznkFytqResponse {
136
137
  wContact: string = "";
137
138
  dContact: string = "";
138
139
  hznkIndx: number = 0;
139
-
140
+ fromUserIndx: number = 0;
140
141
  coverURL: string = "";
141
142
  touchURL: string = "";
142
143
  unitText: string = "";