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