@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
package/src/enums/storeId.ts
CHANGED
|
@@ -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 = "";
|