Let's make (git) history!
此提交包含在:
13
category.h
一般檔案
13
category.h
一般檔案
@@ -0,0 +1,13 @@
|
||||
#ifndef CATEGORY_H
|
||||
#define CATEGORY_H
|
||||
|
||||
#include <string>
|
||||
class Category
|
||||
{
|
||||
public:
|
||||
Category();
|
||||
unsigned int id;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
#endif // CATEGORY_H
|
||||
新增問題並參考
封鎖使用者