Helius
2021-05-20 8da201d092f8977d8407d2d49b248c28c45eee70
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")