疯狂的狮子Li
2023-03-27 92dfee02752fd6bcc5c7e45c4a8b5b6efdf57919
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysOperLogMapper.java
@@ -9,6 +9,6 @@
 *
 * @author Lion Li
 */
public interface SysOperLogMapper extends BaseMapperPlus<SysOperLogMapper, SysOperLog, SysOperLogVo> {
public interface SysOperLogMapper extends BaseMapperPlus<SysOperLog, SysOperLogVo> {
}