@ningboyz/types 1.3.92 → 1.3.94
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
|
@@ -189,6 +189,7 @@ export interface IMyoaMainResponse {
|
|
|
189
189
|
//虚拟字段
|
|
190
190
|
detailId: number;
|
|
191
191
|
cardMain: number;
|
|
192
|
+
fromCardIndx: number;
|
|
192
193
|
}
|
|
193
194
|
|
|
194
195
|
export class TMyoaMainResponse implements IMyoaMainResponse {
|
|
@@ -357,6 +358,7 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
|
|
|
357
358
|
//虚拟字段
|
|
358
359
|
detailId: number = 0;
|
|
359
360
|
cardMain: number = 0;
|
|
361
|
+
fromCardIndx: number = 0;
|
|
360
362
|
|
|
361
363
|
constructor(card: keyof TMyoaMainResponse | object) {
|
|
362
364
|
if (card) {
|