【修改】增加注释,试卷任务下想同题型判断
This commit is contained in:
@@ -77,6 +77,7 @@ public interface ErrorCodeConstants {
|
||||
// ========== 试卷方案 1-001-901-900 ==========
|
||||
ErrorCode DEMO03_PAPER_TASK_DEL_EXISTS = new ErrorCode(1-001-901-901, "该方案下已有试卷不能删除!");
|
||||
ErrorCode DEMO03_PAPER_TASK_ADD_EXISTS = new ErrorCode(1-001-901-901, "该方案下已有试卷不能新增!");
|
||||
ErrorCode DEMO03_PAPER_SCHEMES_ADD_EXISTS = new ErrorCode(1-001-902-902, "该方案下已有相同的题型!");
|
||||
// ========== 监控管理 1-001-606-000 ==========
|
||||
ErrorCode DEMO03_MONITOR_TIME_EXISTS = new ErrorCode(1-001-606-001, "该考试不在考场时间范围内!");
|
||||
ErrorCode DEMO03_MONITOR_SESSION_EXISTS = new ErrorCode(1-001-606-002, "考生状态未在考试中!请联系管理员");
|
||||
|
Reference in New Issue
Block a user