From 1e4cab335b1cb68ad3438e522ea410c2d2e753ed Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 07 Sep 2021 14:54:16 +0800
Subject: [PATCH] data_move

---
 src/main/java/com/xcong/excoin/modules/otc/dto/OrderApealDto.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/otc/dto/OrderApealDto.java b/src/main/java/com/xcong/excoin/modules/otc/dto/OrderApealDto.java
index c936f05..3db3ba1 100644
--- a/src/main/java/com/xcong/excoin/modules/otc/dto/OrderApealDto.java
+++ b/src/main/java/com/xcong/excoin/modules/otc/dto/OrderApealDto.java
@@ -4,6 +4,8 @@
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
+import java.util.List;
+
 @Data
 @ApiModel(value = "OrderApealDto", description = "参数接收类")
 public class OrderApealDto {
@@ -20,7 +22,7 @@
     /**
      * 申诉内容
      */
-    @ApiModelProperty(value = "申诉内容", example = "1")
-    private String content;
+    @ApiModelProperty(value = "申诉图片", example = "1")
+    private List<String> content;
 
 }

--
Gitblit v1.9.1