@ningboyz/types 1.1.12 → 1.1.13

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -338,6 +338,8 @@ export interface ICardMainResponse {
338
338
  startOut: number;
339
339
  /** 结束时间 */
340
340
  endedOut: number;
341
+ /** 使用id */
342
+ cardMain: number;
341
343
 
342
344
  fromValueNew: number;
343
345
 
@@ -577,6 +579,7 @@ export class TCardMainResponse implements ICardMainResponse {
577
579
 
578
580
  startOut: number = 0;
579
581
  endedOut: number = 0;
582
+ cardMain: number = 0;
580
583
 
581
584
  /** 二维码 */
582
585
  cardQrde: string = "";