@ningboyz/types 1.1.14 → 1.1.16

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.14",
3
+ "version": "1.1.16",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -340,6 +340,8 @@ export interface ICardMainResponse {
340
340
  endedOut: number;
341
341
  /** 使用id */
342
342
  cardMain: number;
343
+ /** 单号id */
344
+ myoaCode: string;
343
345
 
344
346
  fromValueNew: number;
345
347
 
@@ -580,6 +582,7 @@ export class TCardMainResponse implements ICardMainResponse {
580
582
  startOut: number = 0;
581
583
  endedOut: number = 0;
582
584
  cardMain: number = 0;
585
+ myoaCode: string = "";
583
586
 
584
587
  /** 二维码 */
585
588
  cardQrde: string = "";