TeamConstant.java 206 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.dituhui.mp.constants; /** * 团队相关常量 * @author zl */ public interface TeamConstant { /** * 团队名称默认后缀 */ String TEAM_NAME_SUFFIX = "的团队"; }