whyclxw
2024-11-06 75b6976bff3aae7f112f2c2663f8db36370ce972
1
2
3
4
5
6
7
package com.whyc.mapper;
 
 
import com.whyc.pojo.db_user.OperationLog;
 
public interface OperationLogMapper extends CustomMapper<OperationLog> {
}