Helius
2022-05-10 80163ed89afd4d656b168070ced82d4f0cab0c7e
src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinDealVo.java
@@ -63,6 +63,12 @@
   @ApiModelProperty(value = "成交金额")
   private BigDecimal dealAmount;
   /**
    * 状态  2:撤单3:已成交
    */
   @ApiModelProperty(value = "状态  2:撤单3:已成交")
   private Integer orderStatus;
   /**
    * 手续费
    */
   @ApiModelProperty(value = "手续费")