后端注释添加日期人员划分

This commit is contained in:
chenhaodong
2026-06-18 22:44:37 +08:00
parent 1c0b377474
commit 5f99b138cb
104 changed files with 1371 additions and 430 deletions
@@ -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";
}