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