浏览代码

增加base

lihui007 4 年之前
父节点
当前提交
9f4f018625
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = "更新人")
     private String updateBy;
 
-    @ApiModelProperty(value = "数据删除标记")
+    @ApiModelProperty(value = "数据删除标记1")
     private Integer status;
 }