Sign in

潘钊 / control_service_data_Interface · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • control_service_data_Interface
  • ..
  • service
  • SystemParamService.java
  • 1.提供给博协响应式公交数据接口
      faa4e685
    王通 authored
    2024-08-12 16:20:43 +0800  
    Browse Code »
SystemParamService.java 122 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
package com.bsth.service;

public interface SystemParamService {

    void refresh();

    String getValue(String key);
}