| | |
| | | */ |
| | | @Api(description = "案例上报附件") |
| | | @RestController |
| | | @RequestMapping("/system/Donatebaseinfofile") |
| | | @RequestMapping("/project/Donatebaseinfofile") |
| | | public class ServiceDonatebaseinfoReportFileController extends BaseController { |
| | | @Autowired |
| | | private IServiceDonatebaseinfoReportFileService serviceDonatebaseinfoReportFileService; |
| | |
| | | @ApiOperation("查询案例上报附件列表") |
| | | // @PreAuthorize("@ss.hasPermi('system:file:list')") |
| | | @PostMapping("/list") |
| | | public TableDataInfo list(ServiceDonatebaseinfoReportFile serviceDonatebaseinfoReportFile) { |
| | | public TableDataInfo list(@RequestBody ServiceDonatebaseinfoReportFile serviceDonatebaseinfoReportFile) { |
| | | startPage(); |
| | | List<ServiceDonatebaseinfoReportFile> list = serviceDonatebaseinfoReportFileService.queryList(serviceDonatebaseinfoReportFile); |
| | | return getDataTable(list); |