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