@ningboyz/types 1.6.186 → 1.6.187

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.186",
4
+ "version": "1.6.187",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -75,6 +75,7 @@ export interface IUserLiteResponse {
75
75
  fromDataType: number;
76
76
  fromDataUses: string;
77
77
  fromHeavyVal: number;
78
+ heavyMul: number;
78
79
  zbdwText: string;
79
80
  /**数据分类文本 (作者|通讯作者) */
80
81
  dataUses: string;
@@ -165,6 +166,7 @@ export class TUserLiteResponse implements IUserLiteResponse {
165
166
  fromDataType: number = 0;
166
167
  fromDataUses: string = "";
167
168
  fromHeavyVal: number = 0;
169
+ heavyMul: number = 0;
168
170
  zbdwText: string = "";
169
171
  /**数据分类文本 (作者|通讯作者) */
170
172
  dataUses: string = "";