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