新版仿ok交易所-后端
1
dd
2026-05-21 ca156ed90bc0c84b3d973942100139a1c585c341
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;
}