Helius
2020-08-03 87e6e2d179deb42ea4459be6e07c63058f6fec63
modify
2 files modified
10 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowFollowerNoticeEntity.java 5 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowFollowerOrderRelationEntity.java 5 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowFollowerNoticeEntity.java
@@ -15,11 +15,6 @@
public class FollowFollowerNoticeEntity extends BaseEntity {
    /**
     * 主键ID
     */
    private Long id;
    /**
     * 会员ID
     */
    private Long memberId;
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
     */