dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add bonus-system-setting
Helius
2022-05-19
54852835a9b1f9fe3574264fa9e2611f1d20e621
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
ISystemService.java
1
2
3
4
5
6
7
8
package cc.mrbird.febs.mall.service;
import java.util.Map;
public interface ISystemService {
void bonusSystemSetting(Map<String, Object> map);
}