liyong
2026-05-15 0578c6c76f13e367b5dc7d0882efe3c69ca4cb0e
src/main/java/com/ruoyi/staff/controller/StaffLeaveController.java
@@ -4,7 +4,7 @@
import com.ruoyi.framework.web.domain.AjaxResult;
import com.ruoyi.staff.dto.StaffLeaveDto;
import com.ruoyi.staff.service.StaffLeaveService;
import io.swagger.annotations.Api;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.util.CollectionUtils;
import org.springframework.web.bind.annotation.*;
@@ -17,7 +17,7 @@
 */
@RestController
@RequestMapping("/staff/staffLeave")
@Api(tags = "员工离职")
@Tag(name = "员工离职")
public class StaffLeaveController {
    @Resource
    private StaffLeaveService staffLeaveService;