소스 검색

Merge branch 'master' of https://e.coding.net/chuanghaikeji/smartCampus/backend_code

夏文涛 2 년 전
부모
커밋
da9797092c
2개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 4
      src/main/java/com/template/model/pojo/SmartAuthorGroup.java
  2. 0 3
      src/main/java/com/template/model/pojo/SmartAuthority.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;
 
 

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

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