Commit 0b3b439b by wuwenlong

订单提前进场时间限制(可提前1小时进场) opt;

parent cf277654
...@@ -10,7 +10,7 @@ import io.jsonwebtoken.Claims; ...@@ -10,7 +10,7 @@ import io.jsonwebtoken.Claims;
public class Constants public class Constants
{ {
//保洁锁定订单房间状态延迟时间 //订单提前进场时间限制
public final static Integer OPEN_DOOR_AHEAD_HOUR = 1; public final static Integer OPEN_DOOR_AHEAD_HOUR = 1;
//保洁锁定订单房间状态延迟时间 //保洁锁定订单房间状态延迟时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment