CwjyService.java 639 Bytes
package com.bsth.service.oil;


import java.io.File;
import java.util.List;
import java.util.Map;

import com.bsth.entity.oil.Cwjy;
import com.bsth.entity.oil.Ylxxb;
import com.bsth.service.BaseService;
import com.bsth.util.PageObject;

public interface CwjyService extends BaseService<Cwjy, Integer>{
	List<Ylxxb> Pagequery(Map<String, Object> map) ;
	
	List<Ylxxb> cwjyList(Map<String, Object> map);
	Ylxxb bynbbm(Map<String, Object> map);
	
	Map<String, Object> savejzl(Map<String, Object> map) throws Exception ;
	
	int checkNbbm(Cwjy t);
	
	public String importExcel(File file, String gsbm_, String gsName);
}