dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-06-30
2ce235da28440d0aa47ebcf3c5a5c51a23705b38
[xzx.git]
/
gc-shop
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
shop
/
mapper
/
VersionInfoMapper.java
1
2
3
4
5
6
7
8
package com.xzx.gc.shop.mapper;
import com.xzx.gc.entity.VersionInfo;
import com.xzx.gc.util.GcMapper;
public interface VersionInfoMapper extends GcMapper<VersionInfo> {
}