Commit 53b56682 authored by 赵啸非's avatar 赵啸非

修改统计报表

parent e365c017
......@@ -20,4 +20,12 @@ public class PhQueueStatVo extends BaseEntityLong {
private List <Long> idList;
private List<String> sectionNameList;
private List<String> businessList;
private List<String> windowFromnumList;
private List<String> hallNameList;
}
\ No newline at end of file
......@@ -72,6 +72,9 @@ public class PhQueueStatController extends BaseCRUDJsonBodyMappingController<PhQ
@Override
protected void init(Map<String, Object> model, Context context) {
super.init(model, context);
}
......
......@@ -19,5 +19,11 @@ public class PjEvaluateStatVo extends BaseEntityLong {
/** ID列表 */
private List <Long> idList;
private List<String> sectionNameList;
private List<String> pjOptionList;
private List<String> windowFromnumList;
private List<String> hallNameList;
}
\ 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