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