From bf1a7e9785aa3123503df0351fed13fcc09817af Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 25 May 2021 15:04:14 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/modules/otc/dto/BlackListDto.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/otc/dto/BlackListDto.java b/src/main/java/com/xcong/excoin/modules/otc/dto/BlackListDto.java
index 7ba5780..ccd17e2 100644
--- a/src/main/java/com/xcong/excoin/modules/otc/dto/BlackListDto.java
+++ b/src/main/java/com/xcong/excoin/modules/otc/dto/BlackListDto.java
@@ -1,7 +1,16 @@
 package com.xcong.excoin.modules.otc.dto;
 
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 @Data
+@ApiModel(value = "BlackListDto", description = "黑名单列表参数接收类")
 public class BlackListDto {
+
+    @ApiModelProperty(value = "页数")
+    private Integer pageNum = 1;
+
+    @ApiModelProperty(value = "条数")
+    private Integer pageSize = 10;
 }

--
Gitblit v1.9.1