package com.ruoyi.common.utils; public class DeptUtil { /** * 总公司部门ID */ public static Long ROOT_DEPT_ID=100L; /** * 广州总部部门ID */ public static Long GUANGZHOU_DEPT_ID=101L; }