dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
chore:责任交办单提交
jinpengyong
2023-09-26
7fdc6aba000c90adcb1e70d170252f016a4f9694
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
AllocationMapper.java
1
2
3
4
5
6
7
8
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.entity.Allocation;
public interface AllocationMapper extends BaseMapper<Allocation> {
}