@ningboyz/types 1.4.170 → 1.4.172

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.170",
4
+ "version": "1.4.172",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -333,7 +333,7 @@ export class TDataResponse implements Type {
333
333
  travel.flowNode = card.flowNode;
334
334
  travel.billUUID = card.entityID;
335
335
  travel.billMain = card.dataIndx;
336
- travel.billCode = card.cardCode;
336
+ travel.billCode = card.billCode;
337
337
  travel.mastName = card.mastName;
338
338
  travel.createBy = card.createBy;
339
339
  travel.menuUUID = card.menuUUID;
@@ -125,6 +125,8 @@ export interface IViewCtrlResponseWithParaConv {
125
125
  exportExcelFileName: string;
126
126
  }[];
127
127
  changeUUID?: string;
128
+ /** 用户管理-重置的密码 */
129
+ resetPassword?: string;
128
130
  interfaceUUID?: string; //其他页面的UUID
129
131
  pathId?: string; // 附件的dictindx
130
132
  isShowSealName?: boolean;