⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tpzlservice.java

📁 使用WEBWORK,SPRING,HIBERNATE编写的简单的添加
💻 JAVA
字号:
/**
 *文件功能: 
 */
package com.tech.service;

import java.util.List;

import com.tech.model.Tpzl;
import com.common.service.BaseService;
import com.tech.model.Tpzl;
import com.tech.model.query.Primary;
import com.common.exception.BusinessException;
/**
 * @作者 徐建协
 * @日期  2009-03-20
 */
public interface TpzlService extends BaseService<Tpzl,Long>{
	public void saveEntity(Tpzl[] array) throws BusinessException;
	public List<Primary> getTpzlList(Long tid,Long tplybz);
	public List<Primary> getTpzlList(Long tid,Long tplybz,Long tplxbz);
	public List<Primary> getTpzlList(Long tid,Long tplybz,Long tplxbz,Long fr);
	public void removeHyxx(Tpzl tpzl) throws BusinessException;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -