/* * Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved. * * https://www.mall4j.com/ * * 未经允许,不可做商业用途! * * 版权所有,侵权必究! */ package com.yami.trading.sys.constant; /** * 常量 */ public class Constant { /** 超级管理员ID */ public static final int SUPER_ADMIN_ID = 1; public static final int SUPER_ROOT_ID = 2; /** 系统菜单最大id */ public static final int SYS_MENU_MAX_ID = 1; }