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
  • CalcToolService.java
  • 统计
      f06e882a
    娄高锋 authored
    2017-11-22 15:41:42 +0800  
    Browse Code »
CalcToolService.java 239 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.bsth.service.calc;

import java.util.List;

import com.bsth.entity.calc.CalcWaybill;

/**
 * Created by 17/11/16.
 */
public interface CalcToolService {
	
	List<CalcWaybill> findAll(String date, String line);
	
}