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