@ningboyz/types 1.3.117 → 1.3.118

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.117",
4
+ "version": "1.3.118",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -8,5 +8,6 @@ export enum StoreId {
8
8
  VIEW_INFO = "VIEW_INFO",
9
9
  DATE_INFO = "DATE_INFO",
10
10
  DEVELOPER_STORE = "DEVELOPER_STORE",
11
- MONEY_STORE = "MONEY_STORE"
11
+ MONEY_STORE = "MONEY_STORE",
12
+ MENUNODE_STORE = "MENUNODE_STORE"
12
13
  }
@@ -161,6 +161,9 @@ export interface IMyoaMainResponse {
161
161
  * 车辆名称
162
162
  */
163
163
  cardName: string;
164
+
165
+ /**评分 */
166
+ inputVal: number;
164
167
  /**
165
168
  * 入仓/领用原卡片
166
169
  * */
@@ -334,6 +337,8 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
334
337
  rangeOutText: string = "";
335
338
  autoModeText: string = "";
336
339
  cardName: string = "";
340
+ /**评分 */
341
+ inputVal: number = 0;
337
342
 
338
343
  laidMain: number = 0;
339
344
  laidText: string = "";