完成充值页面的所有功能(不包括写卡);新建消费页面,完成跳转和查询卡函数。

This commit is contained in:
2024-07-30 22:32:30 +08:00
parent 9b227f3a14
commit 8968bba852
9 changed files with 792 additions and 11 deletions

View File

@@ -19,12 +19,14 @@ private:
bool verified = false;
bool depositAllowed = false;
QString name = QString("未指定设备名");
int id = -1;
public:
void setDevice(QString name, Database *db);
QString getName();
QString getNameAndDepositAllowed();
int getId();
bool is_verified();
bool is_depositAllowed();