ll
liukangdong
2024-11-13 1fe0f94c2cbb9b20dcb49856ee49a88b448a96ab
1
2
3
4
5
6
7
8
package com.doumee.dao.system;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.system.model.SystemLoginLog;
 
public interface SystemLoginLogMapper extends BaseMapper<SystemLoginLog> {
 
}