laozt 1 year ago
commit a2f48eb057

@ -175,7 +175,7 @@ public class BPlanEnterpriseController extends BaseController {
* @return
*/
@GetMapping("/getZhifa")
@ApiOperation(value = "执法结果-企业详情")
@ApiOperation(value = "执法结果-企业详情",response = BPlanEnterpriseZhifaResponse.class)
public TableDataInfo getZhifa(@Valid checkResultRequest req) {
startPage();
return getDataTable(bPlanEnterpriseService.getZhifa(req));

Loading…
Cancel
Save