dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add agent auto level up
Helius
2021-09-26
c2a08e408b08e21a7595eaeaaf8483c5df030d24
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
IAgentService.java
1
2
3
4
5
6
7
8
package cc.mrbird.febs.mall.service;
public interface IAgentService {
void autoUpAgentLevel(Long memberId);
void returnMoneyToAgent(Long orderId);
}