dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'mall-amz' of http://120.27.238.55:7000/r/xc-mall into mall-amz
xiaoyong931011
2022-05-19
e64ac50998ba5fe69bac4baa667d0f5a216bc670
[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);
}