/************************************************************************* > File Name: migrate.h > Author: TianLun Song > Mail: songtianlun@frytea.com > Blog: https://blog.frytea.com > Created Time: Wed 23 Dec 2020 07:10:09 PM CST ************************************************************************/ #include using namespace std; class CMigrateApp { public: CMigrateApp(); ~CMigrateApp(); };