dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:矩形调整
cjl
2023-07-28
eaea7058b5c7ea800cf9d4d0a4291471e6bb338b
[~chenjialiang/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> {
}