Helius
2020-08-19 f5be455269a833177e564d2d17dc19eb95cc31b8
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
     */