dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
chore:立行立改pc端日志接口提交
jinpengyong
2023-11-13
607613b5d0e3fd237c04dbd2ae8a65bb143fe598
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
AllocationLogMapper.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.AllocationLog;
public interface AllocationLogMapper extends BaseMapper<AllocationLog> {
}