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