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