From 7313bee2cdb9cec77b4e5447abf9d9c9c2e119b5 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 20 May 2021 18:08:13 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java b/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java index 91ee279..afa166b 100644 --- a/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java +++ b/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java @@ -4,11 +4,13 @@ import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; +import lombok.RequiredArgsConstructor; import org.jetbrains.annotations.NotNull; import java.math.BigDecimal; @Data +@RequiredArgsConstructor @ApiModel(value = "OtcOrderAddDto", description = "提交订单接口参数接收类") public class OtcOrderAddDto { -- Gitblit v1.9.1