package com.ruoyi.sim.constant; public interface Consts { Long ROLE_ID_ADMIN = 1L; Long ROLE_ID_TEACHER = 100L; Long ROLE_ID_STUDENT = 101L; Long ROLE_ID_MANAGER = 102L; }