audio_trans/cmake-build-debug/drogon_ctl/restful_controller_base_h.h

10 lines
340 B
C
Raw Normal View History

2025-04-07 11:31:21 +08:00
//this file is generated by program automatically,don't modify it!
#include <drogon/DrTemplate.h>
class restful_controller_base_h:public drogon::DrTemplate<restful_controller_base_h>
{
public:
restful_controller_base_h(){};
virtual ~restful_controller_base_h(){};
virtual std::string genText(const drogon::DrTemplateData &) override;
};