Helius
2021-04-09 56a2846bfdf17b5d90f9dc1c8a519b2660714151
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
     */