Helius
2020-06-03 96e88a5575a8b2293e3dca6d6d08a84a75da606d
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;
   /**
    * 币种
    */