Helius
2020-08-26 e931c215310c56b2447062afd9ea6ca6908f694e
src/main/java/com/xcong/excoin/modules/contract/entity/ContractOrderEntity.java
@@ -60,7 +60,12 @@
     */
    public static final int ORDER_TYPE_CLOSE_LESS = 4;
    /**
     * 订单类型1普通合约2跟单合约
     */
    private int contractType;
    public static final int CONTRACTTYPE_NORMAL = 1;
    public static final int CONTRACTTYPE_DOCUMENTARY = 2;
    /**
     * 会员Id
     */