whycxzp
2025-03-31 0143867c6907619385752e14214f622e3cba1196
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_user.OperationLog;
 
public interface OperationLogMapper extends CustomMapper<OperationLog> {
}