dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
xiaoyong931011
2021-07-23
7870947c3dc93f6d8b2db718eab551edfc709f9b
[xzx.git]
/
gc-order
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
order
/
mapper
/
LongiLatiMapper.java
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
import com.xzx.gc.entity.LongiLati;
import com.xzx.gc.util.GcMapper;
public interface LongiLatiMapper extends GcMapper<LongiLati> {
}