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