xiaoyong931011
2021-01-29 4a8c4e149d3c1ee75e99d64632d71eab454f30b6
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
     */
@@ -200,4 +205,9 @@
    private int operateNo;
    /**
     * 维持保证金
     */
    private BigDecimal holdBond;
}