字段删除

This commit is contained in:
86182
2022-10-15 17:58:33 +08:00
parent ba1b9ec35e
commit bc8c88bb61

View File

@@ -111,11 +111,7 @@ public class Question extends BaseEntity {
* */ * */
private Integer status; private Integer status;
/**
* 周访问数
* */
@Column(name = "month_numbers")
private Integer monthNumbers;
public Question() { public Question() {
} }