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