dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add static profit
Helius
2022-05-10
5929b6021c56f523b0b960dac5caa765e6a14e7e
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
IMemberProfitService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.mall.service;
/**
* @author wzy
* @date 2022-05-10
**/
public interface IMemberProfitService {
/**
* 静态分红
*/
void staticProfit();
}