新版仿ok交易所-后端
zyy
2026-02-06 bdb57962dba08b4177d500639ec56fbd74306c67
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * 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;
}