|  |  | 
 |  |  | @RequestMapping(value = "/admin/system") | 
 |  |  | public class AdminSystemController { | 
 |  |  |  | 
 |  |  |     @Autowired | 
 |  |  |     private ISystemService systemService; | 
 |  |  |     private final ISystemService systemService; | 
 |  |  |  | 
 |  |  |     private final ICommonService commonService; | 
 |  |  |  | 
 |  |  |     @Autowired | 
 |  |  |     private IMemberProfitService memberProfitService; | 
 |  |  |  | 
 |  |  |     private final AgentProducer agentProducer; | 
 |  |  |  | 
 |  |  |     private final DataDictionaryCustomMapper dataDictionaryCustomMapper; | 
 |  |  |  | 
 |  |  |     @Autowired | 
 |  |  |     private IAgentService agentService; | 
 |  |  |     private final IAgentService agentService; | 
 |  |  |  | 
 |  |  |     @PostMapping(value = "/bonusSystemSetting") | 
 |  |  |     public FebsResponse bonusSystemSetting(@RequestBody Map<String, Object> map) { |