dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
revert: 错误提交
cjl
2023-07-07
bbdb39194d8ddcdd1a908676dfe55a9c3a1d6ee9
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
DustldMapper.java
1
2
3
4
5
6
7
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.entity.Dustld;
public interface DustldMapper extends BaseMapper<Dustld> {
}