Helius
2021-06-13 41de3e80eb7198067b05ccfff681ca1c750a0072
src/main/java/com/xcong/excoin/modules/trademanage/entity/ContractHoldOrderEntity.java
@@ -135,6 +135,11 @@
     * 预付款金额
     */
    private BigDecimal prePaymentAmount;
    /**
     * 持仓费
     */
    private BigDecimal holdAmount;
    /**
     * 预估强平价
@@ -185,4 +190,9 @@
    */
   @TableField(exist = false)
   private int accountType;
   /**
    * 查询条件:账号类型
    */
   @TableField(exist = false)
    private String isTest;
}