@ningboyz/types 1.5.164 → 1.5.166

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.5.164",
4
+ "version": "1.5.166",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -389,7 +389,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
389
389
 
390
390
  result.entityID = user.entityID;
391
391
  result.billMain = user.userIndx;
392
-
392
+ result.billCode = user.enrollID
393
393
  result.billMemo = user.userMemo;
394
394
  result.createAt = user.createAt;
395
395
  result.mastName = user.mastName;