#ifndef CONNECTOR_DATABASE_H #define CONNECTOR_DATABASE_H #include #include // 函数声明 void DatabaseOperation(); #endif // CONNECTOR_DATABASE_H