|
|
@ -65,6 +65,10 @@ public class GroupSummarizeResultDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private String leaderFlag; |
|
|
|
|
|
|
|
/** |
|
|
|
* 进组审核open开启;close关闭 |
|
|
|
*/ |
|
|
|
private String auditSwitch; |
|
|
|
public GroupSummarizeResultDTO(){ |
|
|
|
this.setGroupId(""); |
|
|
|
this.setGroupHeadPhoto(""); |
|
|
@ -76,5 +80,6 @@ public class GroupSummarizeResultDTO implements Serializable { |
|
|
|
this.setTotalApplyingMember(NumConstant.ZERO); |
|
|
|
this.setTotalTopics(NumConstant.ZERO); |
|
|
|
this.setLeaderFlag(""); |
|
|
|
this.setAuditSwitch("open"); |
|
|
|
} |
|
|
|
} |
|
|
|