dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-06-29
5a02b62b3b2b3663b89a1fb8be0c3f6ac1eb1d3f
[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> {
}