feat(oa): 考勤记录查询支持导出功能并优化相关接口
- 移除了考勤记录相关接口的权限注解 - 新增了考勤记录的自定义查询方法 - 添加了昵称字段到考勤记录的 VO 类 - 更新了 mapper 和 XML 文件以支持新的查询功能
This commit is contained in:
@@ -71,5 +71,9 @@ public class GearAttendanceRecordVo {
|
||||
@ExcelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
//昵称
|
||||
@ExcelProperty(value = "姓名")
|
||||
private String nickName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user