Newer
Older
AutoCalibrationXC / dao / service / SysUserService.h
tanyue 28 days ago 275 bytes 20250717 初始提交
#ifndef SYSUSERSERVICE_H
#define SYSUSERSERVICE_H

#include <QObject>

#include "dao/SystemDao.h"

class SysUserService
{
public:
    SysUserService();

    bool verifySysUser(QString account, QString password, QMap<QString, QVariant> & user);
};

#endif // SYSUSERSERVICE_H