|
|
@ -79,8 +79,10 @@ public interface AchievementManagementApi { |
|
|
|
@ApiOperation(value = "发布成绩", notes = "发布成绩--修改教师签名") |
|
|
|
@ApiOperation(value = "发布成绩", notes = "发布成绩--修改教师签名") |
|
|
|
R updateSignatrue(@ApiParam(value = "实验报告主键reportId + 是否使用教师签名isSignature + 教师签名id signatureId + 教师评语comment") ExperimentalReportEntity entity); |
|
|
|
R updateSignatrue(@ApiParam(value = "实验报告主键reportId + 是否使用教师签名isSignature + 教师签名id signatureId + 教师评语comment") ExperimentalReportEntity entity); |
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "成绩管理删除项目", notes = "将项目管理表isdel置1") |
|
|
|
@ApiOperation(value = "成绩管理删除项目", notes = "将项目管理下的成绩管理删除") |
|
|
|
R deleteReportByProjectId(@ApiParam(value = "项目id", required = true) Integer projectId); |
|
|
|
R deleteReportById(@ApiParam(value = "项目id", required = true) Integer projectId, |
|
|
|
|
|
|
|
@ApiParam(value = "项目类型(0练习,1考核)", required = true) Integer projectPermissions, |
|
|
|
|
|
|
|
@ApiParam(value = "教学实验id",required = false) Integer id); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "成绩管理:虚拟仿真实验成绩管理", notes = "成绩管理:虚拟仿真实验成绩管理") |
|
|
|
@ApiOperation(value = "成绩管理:虚拟仿真实验成绩管理", notes = "成绩管理:虚拟仿真实验成绩管理") |
|
|
|