Update Constant.java

cyj
pbvfus8to 8 months ago
parent 6e4e19e236
commit 37db7da768

@ -11,14 +11,25 @@
package com.yami.shop.sys.constant;
/**
*
* Constant
* 便
*
* @author lanhai
*/
public class Constant {
/** 超级管理员ID */
public static final int SUPER_ADMIN_ID = 1;
/** 系统菜单最大id */
public static final int SYS_MENU_MAX_ID = 1;
/**
* ID
* ID1
*
*/
public static final int SUPER_ADMIN_ID = 1;
}
/**
* id
* IDID
* 使ID1
*/
public static final int SYS_MENU_MAX_ID = 1;
}
Loading…
Cancel
Save