Pu Zhibing
5 天以前 aad8398747479ec7fbf3d40e9d6207c3d6e68f78
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> {
}