📄 tpzlservice.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 + -