dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
版本管理
xiaoyong931011
2023-10-23
df998a061e22b13297e02eee97e2418e4bbeaa1a
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
ChatVersionMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.ChatVersion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ChatVersionMapper extends BaseMapper<ChatVersion> {
}