package com.elink.esua.epdc.dto.constant; /** * * 友邻社群常量 * * @Author:liuchuang * @Date:2019/11/21 14:12 */ public interface GroupConstant { /** * 网格党员群名称后缀 */ String PARTY_GROUP_NAME_SUFFIX = "党员群"; /** * 网格党员群默认头像 */ // String PARTY_GROUP_AVATAR = "https://epdc.elinkchina.com.cn/esua-epdc/static/default/default_party_group_avatar.png"; String PARTY_GROUP_AVATAR = "https://epdc-shibei.elinkservice.cn/epdcFile/M00/00/7B/rBAAM15GnOSAcCAXAAALfDaRKu0301.png"; }