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