顾绍勇 hace 5 años
padre
commit
c6fed1860a

+ 1
- 1
src/main/java/com/huiju/estateagents/sample/entity/TaNotice.java Ver fichero

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