huminmin
2026-04-25 4ab75b0214e47fd4b2cde6f0eddf5f6cf2981d6d
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;