Commit 4765bda1 authored by 赵啸非's avatar 赵啸非

添加重复订单请求

parent fa6dead4
...@@ -19,5 +19,10 @@ public class PhQueueVo extends BaseEntityLong { ...@@ -19,5 +19,10 @@ public class PhQueueVo extends BaseEntityLong {
/** 序号,主键,自增长列表 */ /** 序号,主键,自增长列表 */
private List <Long> idList; private List <Long> idList;
/** 开始 取号时间 */
private String taketimeStart;
/** 结束 取号时间 */
private String taketimeEnd;
} }
\ No newline at end of file
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