Older/WebApplication/model/Tag.cpp

7 lines
130 B
C++
Raw Normal View History

2024-11-02 00:30:14 +08:00
#include "Tag.h"
#include "Comment.h"
#include "Post.h"
#include "User.h"
#include <Wt/Dbo/Impl.h>
DBO_INSTANTIATE_TEMPLATES(Tag)