dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix findCategory
Helius
2021-09-26
83d1fc89701245952275ce16fa96b11f398c6c51
[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();
void returnMoneyToAgent();
}