init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.bc.exam.modules;
|
||||
|
||||
|
||||
/**
|
||||
* 通用常量
|
||||
* @author chd
|
||||
*/
|
||||
public class Constant {
|
||||
|
||||
/**
|
||||
* 会话
|
||||
*/
|
||||
public static final String TOKEN = "token";
|
||||
}
|
||||
Reference in New Issue
Block a user