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