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