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