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-14
cf148cae4937f807347e56d94b2dc96c9f258c59
[xzx.git]
/
gc-user
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
user
/
mapper
/
WeightItemPriceMapper.java
1
2
3
4
5
6
7
8
package com.xzx.gc.user.mapper;
import com.xzx.gc.entity.WeightItemPrice;
import com.xzx.gc.user.dto.RayaltyDto;
import com.xzx.gc.util.GcMapper;
public interface WeightItemPriceMapper extends GcMapper<WeightItemPrice> {
}