@ningboyz/types 1.3.161 → 1.3.163

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.3.161",
4
+ "version": "1.3.163",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -69,6 +69,8 @@ export interface IHznkXmysResponse {
69
69
  lastMemo: string;
70
70
  userName: string;
71
71
  userGUID: string;
72
+ /** 关联的项目indx */
73
+ fromHznkMain:number
72
74
 
73
75
  /**附件 */
74
76
  listPath: TCore.IPathResponse[];
@@ -139,7 +141,8 @@ export class THznkXmysResponse implements IHznkXmysResponse {
139
141
  lastMemo: string = "";
140
142
  userName: string = "";
141
143
  userGUID: string = "";
142
-
144
+ /** 关联的项目indx */
145
+ fromHznkMain:number=0
143
146
  listPath: TCore.IPathResponse[] = [];
144
147
  listFrom: THznk.IHznkYssqResponse[] = [];
145
148
  listItem: THznk.IHznkXmysItemResponse[] = [];
@@ -11,7 +11,7 @@ export interface INotiMainResponse {
11
11
  whoBuild: number; //#pk
12
12
  userIndx: number; //#pk
13
13
  notiIndx: number; //#pk
14
-
14
+ shareday: number;
15
15
  parentID: number;
16
16
  hashCode: number;
17
17
  dataLevl: number;
@@ -229,7 +229,7 @@ export class TNotiMainResponse implements INotiMainResponse {
229
229
  whoBuild: number = 0;
230
230
  userIndx: number = 0;
231
231
  notiIndx: number = 0;
232
-
232
+ shareday: number = 0;
233
233
  parentID: number = 0;
234
234
  hashCode: number = 0;
235
235
  dataLevl: number = 0;