顾绍勇 5 年前
父节点
当前提交
c6fed1860a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/java/com/huiju/estateagents/sample/entity/TaNotice.java

+ 1
- 1
src/main/java/com/huiju/estateagents/sample/entity/TaNotice.java 查看文件

@@ -62,7 +62,7 @@ public class TaNotice implements Serializable {
62 62
     /**
63 63
      * 状态 -1删除0是未发布1是已发布
64 64
      */
65
-    @TableField(exist = false)
65
+//    @TableField(exist = false)
66 66
     private Integer status;
67 67
 
68 68
     /**