whyclxw
2025-05-17 a1df05f0f83c9a796e8ba84d60b6ae0f265a331b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_user.UserLog;
 
public interface UserLogMapper extends CustomMapper<UserLog>{
}