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