From 8da201d092f8977d8407d2d49b248c28c45eee70 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 20 May 2021 17:53:47 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/otc/dto/OrderAddDto.java b/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java similarity index 96% rename from src/main/java/com/xcong/excoin/modules/otc/dto/OrderAddDto.java rename to src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java index 7ca2da0..91ee279 100644 --- a/src/main/java/com/xcong/excoin/modules/otc/dto/OrderAddDto.java +++ b/src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java @@ -10,7 +10,7 @@ @Data @ApiModel(value = "OtcOrderAddDto", description = "提交订单接口参数接收类") -public class OrderAddDto { +public class OtcOrderAddDto { @NotNull @ApiModelProperty(value = "购买USDT数量", example = "120.00") -- Gitblit v1.9.1