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