Browse Source

更新文件 SmartAuthorGroup.java

陈士柏 2 years ago
parent
commit
76053c8720
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/java/com/template/model/pojo/SmartAuthorGroup.java

+ 0 - 2
src/main/java/com/template/model/pojo/SmartAuthorGroup.java

@@ -59,8 +59,6 @@ public class SmartAuthorGroup implements Serializable {
     private String updateUser;
     private String updateUser;
 
 
     @ApiModelProperty(value = "逻辑删除 未删除:0;删除:1")
     @ApiModelProperty(value = "逻辑删除 未删除:0;删除:1")
-    @TableField(fill = FieldFill.INSERT)
-    @TableLogic
     private Integer deleted;
     private Integer deleted;