mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-25 05:42:42 +08:00
14 lines
258 B
Java
14 lines
258 B
Java
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";
|
|
|
|
}
|