dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:监测站数据展示
cjl
2023-08-23
06b49617f43d36220649e81a7e4ac912356fd1b4
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
DailyMapper.java
1
2
3
4
5
6
7
8
9
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.entity.TbDaily;
public interface DailyMapper extends BaseMapper<TbDaily> {
}