Commit 548e866a by 李定达

1.正式环境token;2.登录添加门店号pos编号;3.添加登录成功配置回写

parent 45a7e51a
#include "workcontrol.h"
WorkControl::WorkControl(QObject *parent) : QObject(parent)
{
}
#ifndef WORKCONTROL_H
#define WORKCONTROL_H
#include <QObject>
class WorkControl : public QObject
{
Q_OBJECT
public:
explicit WorkControl(QObject *parent = 0);
signals:
public slots:
};
#endif // WORKCONTROL_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment