chenhj
8 天以前 d55278560d29562b341aafa1652209a8aae0af33
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;