CommonService.java 417 Bytes
package com.bsth.service.forms;

import java.util.Map;

import org.springframework.stereotype.Service;

import com.bsth.entity.realcontrol.ScheduleRealInfo;
import com.bsth.service.BaseService;

@Service
public interface CommonService{

    Map<String,Object> findKMBC1(String jName,String clZbh, String date,String enddate);
		
	Map<String,Object> findKMBC2(String jName,String clZbh,String date);
}