@ningboyz/types 1.6.152 → 1.6.153

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.152",
4
+ "version": "1.6.153",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -558,6 +558,9 @@ export interface ICardMainResponse {
558
558
 
559
559
  ywdjIndx: number;
560
560
 
561
+ // 关联最新用户联系方式
562
+ fromDContact: string;
563
+
561
564
  dataUses: string;
562
565
  }
563
566
 
@@ -891,6 +894,10 @@ export class TCardMainResponse implements ICardMainResponse {
891
894
  gamsBill: number = 0;
892
895
 
893
896
  myoaStat: number = 0;
897
+
898
+ // 关联最新用户联系方式
899
+ fromDContact: string = "";
900
+
894
901
  /**
895
902
  * 用车判断审核人角色
896
903
  */