获取所有标签
This commit is contained in:
@@ -10,4 +10,7 @@ import lombok.EqualsAndHashCode;
|
||||
public class Tags extends BaseEntity{
|
||||
|
||||
private String tagName;
|
||||
|
||||
// 表示标签是否正在活动中 0->不在活动中 1->在活动中
|
||||
private byte active = (byte)0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user