public interface SysOperationLogMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<SysOperationLog>
List<Map<String,Object>>
executeSql(String table, String onlyId, String onlyIdValue)
delete, deleteBatchIds, deleteById, deleteByMap, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById
List<Map<String,Object>> executeSql(@Param(value="table") String table, @Param(value="onlyId") String onlyId, @Param(value="onlyIdValue") String onlyIdValue)
Copyright © 2021. All rights reserved.