@ningboyz/types 1.4.57 → 1.4.58

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.57",
4
+ "version": "1.4.58",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,8 +1,8 @@
1
1
  import _ from "lodash";
2
+ import { TCore } from "..";
2
3
  import { IDictResponse, IPartResponse, IUnitResponse, IUserLiteResponse } from "../core";
3
4
  import { IPathResponse } from "../core/IPathResponse";
4
5
  import { TFlowDataResponse } from "../flow/IFlowDataResponse";
5
- import { TCore } from "..";
6
6
 
7
7
  /**
8
8
  *后端已校验
@@ -77,10 +77,12 @@ export interface INotiMainResponse {
77
77
 
78
78
  flowVal1: number;
79
79
  flowVal2: number;
80
- userFrom: number;
81
- userFromText: string;
82
80
  deptFrom: number;
83
81
  deptFromText: string;
82
+ userFrom1: number;
83
+ userFrom1Text: string;
84
+ userFrom2: number;
85
+ userFrom2Text: string;
84
86
 
85
87
  //from Flow
86
88
  flowMain: number;
@@ -305,10 +307,12 @@ export class TNotiMainResponse implements INotiMainResponse {
305
307
 
306
308
  flowVal1: number = -1;
307
309
  flowVal2: number = -1;
308
- userFrom: number = 0;
309
- userFromText: string = "";
310
310
  deptFrom: number = 0;
311
311
  deptFromText: string = "";
312
+ userFrom1: number = 0;
313
+ userFrom1Text: string = "";
314
+ userFrom2: number = 0;
315
+ userFrom2Text: string = "";
312
316
 
313
317
  //from Flow
314
318
  flowMain: number = 0;