gao
2020-07-30 a79b72e9d129ac5f4ef49c334d5843ec498a9915
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;
}