@ningboyz/types 1.6.84 → 1.6.86

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.84",
4
+ "version": "1.6.86",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -58,6 +58,7 @@ export interface IUserLiteResponse {
58
58
  usciCode: string;
59
59
  wbField0: string;
60
60
  createAt: number;
61
+ userDate: number;
61
62
 
62
63
  userIdcd: string;
63
64
  wbField4: string;
@@ -153,6 +154,7 @@ export class TUserLiteResponse implements IUserLiteResponse {
153
154
  usciCode: string = "";
154
155
  wbField0: string = "";
155
156
  createAt: number = 0;
157
+ userDate: number = 0;
156
158
 
157
159
  fromWhoBuild: number = 0; // #租户实例
158
160
  fromUserIndx: number = 0; // #租户实例