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