whyclxw
2025-01-08 2e470c69d0230fb47a68ead64af5ed23c6312d63
1
2
3
4
5
6
7
package com.whyc.mapper;
 
 
import com.whyc.pojo.db_user.OperationLog;
 
public interface OperationLogMapper extends CustomMapper<OperationLog> {
}