Helius
2021-02-05 a2db1a0d4f90fdab5e39d3d13a9cc7a4774356df
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowFollowerOrderRelationEntity.java
@@ -26,11 +26,6 @@
    public static final Integer IS_SHOW_Y = 1;
    public static final Integer IS_SHOW_N = 2;
    /**
     * 主键ID
     */
    private Long id;
    /**
     * 会员ID
     */
@@ -39,6 +34,17 @@
     * 交易员ID
     */
    private Long tradeId;
    /**
     * 跟单订单ID
     */
    private String tradeOrderNo;
    /**
     * 交易员用户ID
     */
    private Long tradeMemberId;
    /**
     * 订单ID
     */