Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
dac48b1c
Commit
dac48b1c
authored
Jan 16, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用常量类
parent
27714f6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
45 deletions
+0
-45
RedisKeyConst.java
...ain/java/net/wanji/web/common/constant/RedisKeyConst.java
+0
-45
No files found.
signal-control-service/src/main/java/net/wanji/web/common/constant/RedisKeyConst.java
deleted
100644 → 0
View file @
27714f6c
package
net
.
wanji
.
web
.
common
.
constant
;
/**
* @author wanji
* @version 1.0
* Created on 2019/5/8 16:35
* @description: [redis key常量类]
*/
public
interface
RedisKeyConst
{
/**
* Redis存储Key前缀
*/
String
KEY_PREFIX
=
"utcsystem_"
;
//redis时段方案版本号
String
SECTIM_VERSION
=
"sectim_version_"
;
//redis相位方案版本号
String
PHASE_VERSION
=
"phase_version_"
;
//token存储Redis有效时长
int
TOKEN_EXPIRE_TIME
=
7200
;
//信号机状态
String
TELESEME_STATUS
=
"teleseme_status"
;
//信号机灯组方向信息
String
CROSS_LIGHTS
=
"cross_lights"
;
//信号灯线圈车道
String
CROSS_COIL_LANE
=
"cross_coil_lane"
;
//信号机列表
String
SIGNAL_LIST
=
"signal_list"
;
//优化配置管理
String
SET_OPT_CONFIG
=
"set_opt_config"
;
//最小绿时长
String
MIN_GREEN_TIME
=
"min_green_time"
;
//最大绿时长
String
MAX_GREEN_TIME
=
"max_green_time"
;
//绿信比是否下发
String
IS_SEND
=
"is_send"
;
//绿信比优化时段
String
OPT_TIME
=
"opt_time"
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment