Administrator
4 days ago 3ca949646fead4b3de0656f6ad57c49f0728d629
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
     */