src/main/java/com/ruoyi/staff/controller/StaffContractController.java
@@ -5,7 +5,9 @@ import com.ruoyi.staff.pojo.StaffContract; import com.ruoyi.staff.service.StaffContractService; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import javax.annotation.Resource;