whycxzp
7 天以前 9f475b23410a0a68fdc76699ff9462253824b476
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_user.UserLog;
 
public interface UserLogMapper extends CustomMapper<UserLog>{
}