dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRiskConnectHall
forked from
TroubleAndRisk
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
任务检索修改,页面全流程隐患上报已测试
16639036659
2023-07-11
2f2e78aaf8c6c7f3eaeffeb45e2b9aba2d88278c
[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";
}