Newer
Older
PagedTableDemo / dao / BaseDao.h
tanyue 29 days ago 345 bytes 20250716 初始提交
#ifndef BASEDAO_H
#define BASEDAO_H

#include <QObject>

#include "dao/CommonData.h"
#include "dao/util/CdbConnectionPool.h"
#include "id/IdWorker.h"
#include "LogUtil.h"
#include "util/PageUtil.h"

class BaseDao {

public:
    Jiawa::Core::IdWorker& idWorker = Jiawa::Core::Singleton<Jiawa::Core::IdWorker>::instance();
};

#endif // BASEDAO_H