Helius
2021-05-25 73ca3b17a2be81720b08562c0098ebfede61a5a6
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;
}