You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
568 B
22 lines
568 B
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";
|
|
}
|
|
|