344 门诊预约挂号:未过滤过期号源,允许预约已过时的时间段
This commit is contained in:
@@ -40,4 +40,7 @@ public class TicketQueryDTO implements Serializable {
|
||||
|
||||
// 每页显示条数 (默认查20条)
|
||||
private Integer limit = 20;
|
||||
|
||||
// 浏览器当前时间戳(用来过滤过期号源,保证前后端一致)
|
||||
private Long currentTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user