修改了一些bug。

This commit is contained in:
2024-08-03 00:49:42 +08:00
parent cad6542d8e
commit 99f61ec3a7
24 changed files with 649 additions and 90 deletions

View File

@@ -36,7 +36,6 @@ public:
void disconnect();
QStringList inventory(int maxViccNum);
bool insertRecord(QString record, QString cardId);
bool writeRecords(QStringList recordList, QString cardId);
QStringList readAllRecords(QString cardId, bool &ok);
bool initCard(QString cardId);
};