package com.mes.common.config; /** * @Author : zhoush * @Date: 2024/4/24 10:33 * @Description: */ public class Const { public static final String DEFULT_PASSWORD = "123456"; public static final Long DEFULT_ROLE = 1L; }