|
|
@@ -5,10 +5,10 @@ import com.ningdatech.pmapi.fiscal.manage.CompanyFiscalCodeManage; |
|
|
|
import com.ningdatech.pmapi.fiscal.model.po.ReqCompanyFiscalCodeAndSealSnPO; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
import org.springframework.stereotype.Controller; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
import javax.validation.Valid; |
|
|
|
|
|
|
@@ -20,7 +20,7 @@ import javax.validation.Valid; |
|
|
|
* @author Lierbao |
|
|
|
* @since 2023-02-10 |
|
|
|
*/ |
|
|
|
@Controller |
|
|
|
@RestController |
|
|
|
@RequestMapping("/api/v1/fiscal-code") |
|
|
|
@RequiredArgsConstructor |
|
|
|
@ApiOperation("印章配置/财政编码配置") |
|
|
|