Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
pseer
gxpt_ht
Commits
7f9e80af
Commit
7f9e80af
authored
Nov 20, 2023
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改延迟时间
parent
9d50bd7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Constants.java
...common/src/main/java/share/common/constant/Constants.java
+1
-1
SRoomVo.java
...-system/src/main/java/share/system/domain/vo/SRoomVo.java
+1
-1
No files found.
share-common/src/main/java/share/common/constant/Constants.java
View file @
7f9e80af
...
...
@@ -13,7 +13,7 @@ public class Constants
//保洁锁定订单房间状态延迟时间
public
final
static
Integer
ROOM_LOCK_DELAY_MINUTE
=
30
;
public
final
static
Integer
ROMM_LOCK_LAZY_MINUTE
=
5
;
public
final
static
Integer
ROMM_LOCK_LAZY_MINUTE
=
0
;
public
static
final
String
CONFIG_KEY_SITE_URL
=
"https://www.coujio.com"
;
//域名
public
static
final
String
CONFIG_KEY_API_URL
=
"https://www.coujio.com"
;
//admin接口地址
...
...
share-system/src/main/java/share/system/domain/vo/SRoomVo.java
View file @
7f9e80af
...
...
@@ -58,7 +58,7 @@ public class SRoomVo extends BaseEntity
/** 房间状态(空闲、保洁中、使用中、维护中) */
@ApiModelProperty
(
value
=
"房间状态(空闲、保洁中、使用中、维护中)"
)
private
String
status
;
private
Integer
status
;
/** 房间单价(默认单位:元/小时) */
@ApiModelProperty
(
value
=
"房间单价(默认单位:元/小时)"
)
...
...
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