dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 优化活动报名相关功能
Administrator
7 days ago
6e3fcdbde6ad62832753ddc8d3e1429f29ea58ee
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
vip
/
service
/
IVipCommonService.java
1
2
3
4
5
6
7
8
package cc.mrbird.febs.vip.service;
public interface IVipCommonService {
void getScore(Long orderId);
void levelUp(Long orderId);
}