后端注释添加日期人员划分
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
package com.bc.exam.modules;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @Description 描述:全局常量定义,存储系统级配置常量
|
||||
* @Author C薛涵艺034244315
|
||||
* @Date 20260615
|
||||
*/
|
||||
public class Constant {
|
||||
|
||||
/**
|
||||
* 会话
|
||||
* 会话令牌常量Key
|
||||
*/
|
||||
public static final String TOKEN = "token";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user