| | |
| | | * @author ls |
| | | * @date 2025-12-28 |
| | | */ |
| | | @Api(description = "人员进修管理") |
| | | @Api(description = "人员进修管理",tags = {"人员进修记录"}) |
| | | @RestController |
| | | @RequestMapping("/project/records") |
| | | public class ServiceTrainingRecordsController extends BaseController |
| | |
| | | @ApiOperation("查询人员进修管理列表") |
| | | // @PreAuthorize("@ss.hasPermi('project:records:list')") |
| | | @PostMapping("/list") |
| | | public TableDataInfo list(ServiceTrainingRecords serviceTrainingRecords) |
| | | public TableDataInfo list(@RequestBody ServiceTrainingRecords serviceTrainingRecords) |
| | | { |
| | | startPage(); |
| | | List<ServiceTrainingRecords> list = serviceTrainingRecordsService.queryList(serviceTrainingRecords); |