dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRiskConnectHall
forked from
TroubleAndRisk
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
变更生产环境数据库
SZH
2023-03-18
e2f289eb7df9a20857dfad8a90e573a80f88cd39
[TroubleAndRiskConnectHall.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
constant
/
DualControlConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.common.constant;
/**
* 双控模块
*
* @author ruoyi
*/
public class DualControlConstants
{
/** 服务器域名 */
public static final String SERVICE_DOMAIN_NAME = "http://lhaxsyf.com";
}