Commit 7d8c1d60 authored by 廖旭伟's avatar 廖旭伟

考勤汇总导出增加条件

parent ae9a2b8f
...@@ -28,4 +28,7 @@ public class StaffPerformSummaryVo extends BaseEntityLong { ...@@ -28,4 +28,7 @@ public class StaffPerformSummaryVo extends BaseEntityLong {
private String beiyong1; private String beiyong1;
@Excel(name = "服务明星推荐 (“好”等次20%)",sort = 18) @Excel(name = "服务明星推荐 (“好”等次20%)",sort = 18)
private String beiyong2; private String beiyong2;
/** 主键ID,主键,自增长列表 */
private List <Long> idList;
} }
\ 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