@ningboyz/types 1.5.72 → 1.5.73

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.72",
4
+ "version": "1.5.73",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -56,7 +56,8 @@ export interface IDataResponse {
56
56
  /** 登记内容|维修原因 */
57
57
  dataText: string;
58
58
  dataMemo: string; //#备注信息
59
- dddwText: string; //#定点单位
59
+ dddwCode: string; //#定点单位.编号
60
+ dddwText: string; //#定点单位.名称
60
61
  autoJyyh: number; //#new加油油号
61
62
  autoBxrq: number; //#new保险到期日期
62
63
  autoNjrq: number; //#new年检到期日期=下次年检时间
@@ -210,6 +211,7 @@ export class TDataResponse implements Type {
210
211
  nowMoney: number = 0;
211
212
  dataText: string = "";
212
213
  dataMemo: string = "";
214
+ dddwCode: string = "";
213
215
  dddwText: string = "";
214
216
  startDay: number = 0;
215
217
  endedDay: number = 0;
@@ -53,6 +53,7 @@ export interface IBaseConfig {
53
53
  * 是否需要校验签名
54
54
  * */
55
55
  signatureCheck: boolean;
56
+ houseURL: string;
56
57
  }
57
58
 
58
59
  export interface IPathConfig {