zainali5120
2021-02-20 4e44897b61f831d9e49f66bb35f74a877b1966fe
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
     */