新版仿ok交易所-后端
yml
zyy
2026-02-27 592366eac2ae11c99966c5745c3d6d4e4e351602
trading-order-bean/src/main/java/com/yami/trading/bean/item/dto/ItemDTO.java
@@ -166,4 +166,14 @@
   }
   @ApiModelProperty("币类型 0.主流币 1.新币")
   private Integer currencyType;
   @ApiModelProperty("状态(新币) 0.停牌 1.复牌")
   private Integer status;
   @ApiModelProperty("是否开放合约交易 0.否 1.是")
   private String tradeType;
}