dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(unisoftiot): 删除无用的 API 相关代码- 移除了 Account、Device、Product 等实体类 - 删除了...
KKSU
2025-01-23
a1245c1ed23e6f576d39e8828ad6b98d7cbc0df2
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
monitor
/
mapper
/
LogMapper.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.monitor.mapper;
import cc.mrbird.febs.monitor.entity.SystemLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface LogMapper extends BaseMapper<SystemLog> {
}