Helius
2020-09-13 71b049a8efeb7c887138e51a04259e32e72a8db2
src/main/java/com/xcong/excoin/modules/coin/entity/OrderCoinsDealEntity.java
@@ -41,6 +41,13 @@
   private Integer tradeType;
   public static final Integer TRADETYPE_MARKETPRICE = 1;
   public static final Integer TRADETYPE_FIXEDPRICE = 2;
   /**
    * 状态  2:撤单3:已成交
    */
   private Integer orderStatus;
   public static final Integer ORDERSTATUS_CANCEL = 2;
   public static final Integer ORDERSTATUS_DONE = 3;
   /**
    * 币种
    */