Browse Source

增加base

lihui007 4 years ago
parent
commit
9f4f018625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      operation_manager/src/main/java/com/huaxu/base/BaseEntity.java

+ 1 - 1
operation_manager/src/main/java/com/huaxu/base/BaseEntity.java

@@ -33,6 +33,6 @@ public class BaseEntity implements Serializable {
     @ApiModelProperty(value = "更新人")
     @ApiModelProperty(value = "更新人")
     private String updateBy;
     private String updateBy;
 
 
-    @ApiModelProperty(value = "数据删除标记")
+    @ApiModelProperty(value = "数据删除标记1")
     private Integer status;
     private Integer status;
 }
 }