xiaoyong931011
2020-06-12 c7d94b1950e630b0fef5ea4c2cb2a6af92c8d140
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/CancelEntrustWalletCoinOrderDto.java
@@ -1,7 +1,5 @@
package com.xcong.excoin.modules.coin.parameter.dto;
import java.math.BigDecimal;
import javax.validation.constraints.NotNull;
import io.swagger.annotations.ApiModel;
@@ -12,8 +10,8 @@
@ApiModel(value = "CancelEntrustWalletCoinOrderDto", description = "撤销委托订单")
public class CancelEntrustWalletCoinOrderDto {
   @NotNull(message = "订单编号不能为空")
    @ApiModelProperty(value = "订单编号", example = "100")
    private String orderNo;
   @NotNull(message = "订单ID不能为空")
    @ApiModelProperty(value = "订单ID", example = "100")
    private String orderId;
}