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