@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.92",
4
+ "version": "1.3.94",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,6 +1,5 @@
1
1
  import { construct, destruct } from "@aximario/json-tree";
2
2
  import _ from "lodash";
3
- import { IPathResponse } from "../core";
4
3
  import { TCore } from "../index.ts";
5
4
 
6
5
  export interface IGblbResponse {
@@ -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) {