gao
2020-07-30 1cfdce82dd256eb68b79b759d994f79c7dfa91d3
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;
   /**
    * 币种
    */