Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • calc
  • CalcDlbService.java
  • 电量清分接口数据
      13fda53a
    娄高锋 authored
    2020-06-02 10:47:26 +0800  
    Browse Code »
CalcDlbService.java 219 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.bsth.service.calc;

import java.util.List;
import java.util.Map;

/**
 * Created by 20/05/27.
 */
public interface CalcDlbService {
	
	public void impElectric(String date) throws Exception;
	
}