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