dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改检索内容
换个名字嗨起来
2024-07-31
db9d7e4ce7f5fea229bb512244c9d94cf31b6786
[TroubleAndRisk.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";
}