From aaac28c8b9732a05857a4d4c927f945399e861b8 Mon Sep 17 00:00:00 2001 From: marques <20172333133@m.scnu.edu.cn> Date: Wed, 14 May 2025 21:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=B7=E6=9C=ACID=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/utils/Constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/func/utils/Constants.py b/func/utils/Constants.py index cf3186b..131175a 100644 --- a/func/utils/Constants.py +++ b/func/utils/Constants.py @@ -12,6 +12,7 @@ class Constants: MSGBOX_TYPE_QUESTION: str = "Question" MAINWINDOW_ROOT_PATH_NOT_EXIST: str = "根目录路径输入错误" + MAINWINDOW_SAMPID_EMPTY: str = "样本ID为空" MAINWINDOW_MSGBOX_TITLE: str = "消息" INPUTTING_DATA: str = "正在导入数据"