改变导入RequestBody的路径
parent
f6bb911696
commit
5f165a6cd5
|
@ -8,15 +8,11 @@ import com.fate.common.core.domain.Result;
|
|||
import com.fate.common.core.web.controller.BaseController;
|
||||
import com.fate.firm.domain.Firm;
|
||||
import com.fate.firm.service.FirmService;
|
||||
import io.swagger.v3.oas.annotations.parameters.RequestBody;
|
||||
import lombok.Getter;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
import org.apache.http.HttpHeaders;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.List;
|
||||
|
|
Loading…
Reference in New Issue