@ -56,4 +56,9 @@ public class TokenDto implements Serializable {
* 用户标签信息列表
*/
private List<UserTagInfo> userTagInfos;
/**
* 包联社区ID
private String[] couplingCommunity;
}
@ -16,6 +16,7 @@ public interface NumConstant {
int TWO = 2;
int THREE = 3;
int FOUR = 4;
int FIVE = 5;
int SIX = 6;
int SEVEN = 7;
int EIGHT = 8;