mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
登录日志的记录
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package xyz.playedu.api.constant;
|
||||
|
||||
/**
|
||||
* @Author 杭州白书科技有限公司
|
||||
* @create 2023/2/17 15:42
|
||||
*/
|
||||
public class BackendLogConstant {
|
||||
|
||||
public final static String OPT_LOGIN = "LOGIN";
|
||||
|
||||
public final static String MODULE_LOGIN = "LOGIN";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user