Commit 40a625c3 by 姜海波

增加超时配置

parent aab7a0f8
...@@ -18,7 +18,9 @@ public enum AutoOrderConfigTime { ...@@ -18,7 +18,9 @@ public enum AutoOrderConfigTime {
half_hour("3",30), half_hour("3",30),
fifteen_minutes("4",15), fifteen_minutes("4",15),
ten_minutes("5",10), ten_minutes("5",10),
five_minutes("6",5) five_minutes("6",5),
three_minutes("7",3),
two_minutes("8",2)
; ;
private String type; private String type;
private Integer time; private Integer time;
......
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