新版仿ok交易所-后端
c2c
zyy
2026-01-30 fd0c783628ff8c35a514dbf88d4fe00d9501c652
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;
}