Explorar el Código

更新文件 SmartAuthorGroup.java

陈士柏 hace 2 años
padre
commit
00a92059c4
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      src/main/java/com/template/model/pojo/SmartAuthorGroup.java

+ 1 - 4
src/main/java/com/template/model/pojo/SmartAuthorGroup.java

@@ -65,10 +65,7 @@ public class SmartAuthorGroup implements Serializable {
     @ApiModelProperty(value = "更新人员")
     @TableField(fill = FieldFill.INSERT_UPDATE)
     private String updateUser;
-
-    @ApiModelProperty(value = "逻辑删除 未删除:0;删除:1")
-    @TableField(fill = FieldFill.INSERT)
-    @TableLogic
+    
     private Integer deleted;