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