Role.java 176 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 package com.subsidy.common.constant; public class Role { public static final String LEADER = "参赛教师"; public static final String MEMBER = "课程团队"; }