码迷,mamicode.com
首页 > 其他好文 > 详细

IPayablebillItf

时间:2015-12-26 19:39:35      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

package nc.itf.arap.payablebill;

import nc.vo.pub.AggregatedValueObject;
import nc.vo.pub.BusinessException;

/**
 * 应付单管理审批弃审中间表数据操作接口
 * @author 陈志锋
 * 2015-12-25
 */
public interface IPayablebillItf {

	/**
	 * 应付单审批通过后回写中间表数据
	 * @param aggvo
	 * @return
	 * @throws BusinessException
	 */
	public Boolean insertInfoMiddle(AggregatedValueObject aggvo)throws BusinessException;
	
	/**
	 * 应付单弃审后中间表数据删除
	 * @param billPk
	 * @return
	 * @throws BusinessException
	 */
	public Boolean deteleInfoMiddle(String billPk)throws BusinessException;
	
	/**
	 * 根据应付单主键获取单据状态
	 * @param pk_payablebill
	 * @return
	 * @throws BusinessException
	 */
	public String getPayableStatue(String pk_payablebill)throws BusinessException;
}

  

IPayablebillItf

标签:

原文地址:http://www.cnblogs.com/zzzzw/p/5078660.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!