ProjectSchedule.java 308 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.subsidy.common.constant; import lombok.Data; @Data public class ProjectSchedule { //报名阶段 public static final String REGISTER = "校内报名"; public static final String SEMI_FINAL_REVIEW = "市级复赛"; public static final String FINAL_REVIEW = "市级决赛"; }