fix
Helius
2024-02-23 ed4bf86f8f6f81d1e8bd2d67ff9c24ce2f14dd96
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.mall.service;
 
import cc.mrbird.febs.mall.dto.CashOutSettingDto;
 
import java.util.Map;
 
public interface ISystemService {
 
    void bonusSystemSetting(Map<String, Object> map);
 
    void cashOutSetting(String type, String code, CashOutSettingDto cashOutSettingDto, String 提现设置);
}