xiaoyong931011
2021-01-28 a00d810984fe187d24e442d5f557bcc271cfa3ce
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;
   /**
    * 币种
    */