Pu Zhibing
1 天以前 bd6d5de56192630584f2e2678c199263534b3e70
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.AppOperationLog;
 
public interface AppOperationLogMapper extends BaseMapper<AppOperationLog> {
}