dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
202107023
xiaoyong931011
2021-07-23
78264c6d9146627b0fc1ba31354e1d9853587afe
[xzx.git]
/
gc-sys
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
system
/
mapper
/
PlatformCapitalInfoMapper.java
1
2
3
4
5
6
7
package com.xzx.gc.system.mapper;
import com.xzx.gc.entity.PlatformCapitalInfo;
import com.xzx.gc.util.GcMapper;
public interface PlatformCapitalInfoMapper extends GcMapper<PlatformCapitalInfo> {
}