完成充值页面的所有功能(不包括写卡);新建消费页面,完成跳转和查询卡函数。
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user