src/main/java/com/xcong/excoin/modules/otc/entity/OtcEntrustOrderEntity.java
@@ -38,7 +38,7 @@ public static final String ORDERTYPE_B = "B"; public static final String ORDERTYPE_S = "S"; //上下线 1-上线2-下线 //上下线 1-上线2-下线 3-取消 private Integer status; public static final Integer STATUS_ONE = 1; public static final Integer STATUS_TWO = 2;