From eda58e0e6d4abdd2b060e28867d103045845aa69 Mon Sep 17 00:00:00 2001
From: 罗元桥 <2376770955@qq.com>
Date: 星期一, 30 八月 2021 13:13:18 +0800
Subject: [PATCH] Merge branch 'test' into 'yuyue_dev'

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/easyPhoto/AddEasyPhotoActivityDTO.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/easyPhoto/AddEasyPhotoActivityDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/easyPhoto/AddEasyPhotoActivityDTO.java
index 8c654c8..a252b45 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/easyPhoto/AddEasyPhotoActivityDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/easyPhoto/AddEasyPhotoActivityDTO.java
@@ -1,18 +1,18 @@
 package com.panzhihua.common.model.dtos.community.easyPhoto;
 
+import java.math.BigDecimal;
+
+import org.hibernate.validator.constraints.Length;
+
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
-import org.hibernate.validator.constraints.Length;
-
-import java.math.BigDecimal;
-import java.util.Date;
 
 @Data
 @ApiModel("添加随手拍活动请求参数")
 public class AddEasyPhotoActivityDTO {
 
-    @ApiModelProperty(value = "社区主键",hidden = true)
+    @ApiModelProperty(value = "社区主键", hidden = true)
     private Long communityId;
 
     @ApiModelProperty("活动开始时间")
@@ -22,7 +22,7 @@
     private String activityEndAt;
 
     @ApiModelProperty("活动简介")
-    @Length(max=20)
+    @Length(max = 20)
     private String content;
 
     @ApiModelProperty("优质奖励金额")

--
Gitblit v1.7.1