huwhois 4 years ago
parent
commit
36096dd63e

+ 0 - 1
src/main/java/io/renren/modules/admin/entity/AttendersEntity.java

@ -116,6 +116,5 @@ public class AttendersEntity implements Serializable {
116 116
	/**
117 117
	 * 是否被删除 状态  0:正常   1:删除
118 118
	 */
119
	@TableLogic
120 119
	private Integer isDel;
121 120
}

+ 0 - 1
src/main/java/io/renren/modules/admin/entity/LectureEntity.java

@ -56,7 +56,6 @@ public class LectureEntity implements Serializable {
56 56
	/**
57 57
	 * 是否被删除 状态  0:正常   1:删除
58 58
	 */
59
	@TableLogic
60 59
	private Integer isDel;
61 60
62 61
}

+ 0 - 1
src/main/java/io/renren/modules/admin/entity/MemberEntity.java

@ -112,7 +112,6 @@ public class MemberEntity implements Serializable {
112 112
	/**
113 113
	 * 是否被删除 状态  0:正常   1:删除
114 114
	 */
115
	@TableLogic
116 115
	private Integer isDel;
117 116
	/**
118 117
	 * 修改人