This commit is contained in:
2026-06-17 21:57:11 +08:00
parent ae96f2c9ff
commit f98c6823b3
336 changed files with 500 additions and 841 deletions
@@ -0,0 +1,14 @@
package com.bc.exam.modules;
/**
* 通用常量
* @author chd
*/
public class Constant {
/**
* 会话
*/
public static final String TOKEN = "token";
}