whycxzp
2021-10-29 20d78aac4c8e6d15b279a9389ffdf4e9b0719b28
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.OperationLog;
 
public interface OperationLogMapper extends CustomMapper<OperationLog> {
}