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