package com.subsidy.common.constant; public class Role { public static final String LEADER = "参赛教师"; public static final String MEMBER = "课程团队"; }