whycxzp
2025-05-08 609031b741016b72fc688068bda3b28d622cc68e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.UserLog;
 
public interface UserLogMapper extends CustomMapper<UserLog>{
}