@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
|
@@ -341,7 +341,7 @@ export interface ICardMainResponse {
|
|
|
341
341
|
/** 使用id */
|
|
342
342
|
cardMain: number;
|
|
343
343
|
/** 单号id */
|
|
344
|
-
myoaCode:
|
|
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:
|
|
585
|
+
myoaCode: string = "";
|
|
586
586
|
|
|
587
587
|
/** 二维码 */
|
|
588
588
|
cardQrde: string = "";
|