摘要: class DbCommand { friend class DbQuery; public: template<typename ...Args> DbCommand(const QString& prepare_sql, Args... args) { //qDebug() << prepare 阅读全文
posted @ 2022-01-10 15:35 Smalldy 阅读(95) 评论(0) 推荐(0) 编辑