소스 검색

增加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;
 }