From 03b98e1e383ec2e757059a11fa02c39c782dacaa Mon Sep 17 00:00:00 2001 From: Lloyd_Liu Date: Mon, 11 Mar 2024 14:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry/src/main/ets/model/CalculateModel.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETSUI/SimpleCalculator/entry/src/main/ets/model/CalculateModel.ets b/ETSUI/SimpleCalculator/entry/src/main/ets/model/CalculateModel.ets index e00d3276..5d3aa317 100644 --- a/ETSUI/SimpleCalculator/entry/src/main/ets/model/CalculateModel.ets +++ b/ETSUI/SimpleCalculator/entry/src/main/ets/model/CalculateModel.ets @@ -17,7 +17,7 @@ import { CommonConstants, Symbol } from '../common/constants/CommonConstants'; import CalculateUtil from '../common/util/CalculateUtil'; import CheckEmptyUtil from '../common/util/CheckEmptyUtil'; import Logger from '../common/util/Logger'; -import {IContext} from '../viewmodel/PressKeysBean'; +import {IContext} from '../viewmodel/PressKeysItem'; export class CalculateModel { private expressions: Array = []; private context; -- Gitee