zoujiajian il y a 2 ans
Parent
commit
6eb0747e4d

+ 3 - 3
netflix-dao/src/main/java/com/cyksj/model/entity/SysCorpFollowRelate.java

@@ -18,12 +18,12 @@ public class SysCorpFollowRelate extends BaseEntity{
 
 	private String followId;
 
+	/**
+	 * 激活状态: 1=已激活,2=已禁用,4=未激活,5=退出企业
+	 */
 	private Integer status;
 
 	private String img;
 
-	/**
-	 * 激活状态: 1=已激活,2=已禁用,4=未激活,5=退出企业
-	 */
 	private Boolean deleted;
 }