123
This commit is contained in:
@@ -15,4 +15,8 @@ import org.apache.ibatis.annotations.Param;
|
||||
public interface LowHeightRiskMapper extends BaseMapper<LowHeightRisk> {
|
||||
|
||||
Page<LowHeightRiskAdminVo> pageAdmin(@Param("build") Page<Object> build, @Param("bo") LowHeightRiskAdminVo bo);
|
||||
|
||||
void incsScreenShot(@Param("id") Long id);
|
||||
|
||||
void incsScreenRecording(@Param("id") Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user