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