排产增删改查
This commit is contained in:
@@ -27,7 +27,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
|
||||
/**
|
||||
* 项目排产
|
||||
*
|
||||
* @author liujingchao
|
||||
* @author ruoyi
|
||||
* @date 2025-07-15
|
||||
*/
|
||||
@Validated
|
||||
@@ -63,7 +63,7 @@ public class OaReportScheduleController extends BaseController {
|
||||
*/
|
||||
@GetMapping("/{scheduleId}")
|
||||
public R<OaReportScheduleVo> getInfo(@NotNull(message = "主键不能为空")
|
||||
@PathVariable Long scheduleId) {
|
||||
@PathVariable Long scheduleId) {
|
||||
return R.ok(iOaReportScheduleService.queryById(scheduleId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user