Commit cf8090b4 authored by 廖旭伟's avatar 廖旭伟

考勤汇总查询增加条件

parent 8f7a1efc
...@@ -31,6 +31,10 @@ public class AttendanceSummaryQuery { ...@@ -31,6 +31,10 @@ public class AttendanceSummaryQuery {
* 所属部门 * 所属部门
*/ */
private Long deptId; private Long deptId;
/**
* 所属大厅
*/
private Long salaId;
private Integer page; private Integer page;
private Integer size; private Integer size;
......
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