新版仿ok交易所-后端
1
zyy
2025-10-15 1b2b20308310e9fc5d4216d1e37f3587b251bc91
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;
}