refactor(system): 移除 AttendanceApi 中未使用的导入

- 删除了 AttendanceApi.java 中未使用的 ReplacementCardDTO 导入
-优化代码结构,提高代码的可读性和维护性
This commit is contained in:
furongxin 2024-11-12 21:26:19 +08:00
parent 3d16e3183e
commit ca115d9466

View File

@ -2,7 +2,6 @@ package cn.iocoder.yudao.module.system.api.attendance;
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
import cn.iocoder.yudao.module.system.api.attendance.dto.AttendancePunchRecordDTO;
import cn.iocoder.yudao.module.system.api.attendance.dto.ReplacementCardDTO;
import cn.iocoder.yudao.module.system.enums.ApiConstants;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;