添加样本ID为空的错误提示

This commit is contained in:
marques
2025-05-14 21:28:17 +08:00
parent 64b6c136b9
commit aaac28c8b9

View File

@ -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 = "正在导入数据"