zainali5120
2020-05-31 8b6823a12dbddd130a822f013db18a47d17381a5
src/main/java/com/xcong/excoin/modules/contract/entity/ContractHoldOrderEntity.java
@@ -26,6 +26,16 @@
    public static final int ORDER_CAN_CLOSING_N = 0;
    /**
     * 开仓类型 1-开多
     */
    public static final int ORDER_OPENING_TYPE_MORE = 1;
    /**
     * 开仓类型 2-开空
     */
    public static final int ORDER_OPENING_TYPE_LESS = 2;
    /**
     * 会员Id
     */
    private Long memberId;
@@ -71,7 +81,7 @@
    private BigDecimal openingPrice;
    /**
     * 开仓类型 1-开多 2-开多
     * 开仓类型 1-开多2-开空
     */
    private int openingType;