src/main/java/com/xcong/excoin/modules/otc/dto/OtcOrderAddDto.java
File was renamed from src/main/java/com/xcong/excoin/modules/otc/dto/OrderAddDto.java @@ -10,7 +10,7 @@ @Data @ApiModel(value = "OtcOrderAddDto", description = "提交订单接口参数接收类") public class OrderAddDto { public class OtcOrderAddDto { @NotNull @ApiModelProperty(value = "购买USDT数量", example = "120.00")