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