Browse Source

更新文件 SmartAuthority.java

陈士柏 2 năm trước cách đây
mục cha
commit
836f24d59d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/main/java/com/template/model/pojo/SmartAuthority.java

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

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