登录日志的记录

This commit is contained in:
none
2023-02-17 15:45:45 +08:00
parent 635783dd49
commit b44ced67a0
8 changed files with 226 additions and 5 deletions

View File

@@ -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";
}