dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:部分配置修改
cjl
2023-08-20
8e580d80af1fba589223a5a124cac1a2581814c9
[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> {
}