新版仿ok交易所-后端
zyy
2025-10-20 57bc3613f09de2d6ab9c0579bdac5c1b9941ac33
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;
}