增加对账单的功能

This commit is contained in:
季圣华
2017-10-06 17:15:55 +08:00
parent 6a7af6ff59
commit 789c2c9838
9 changed files with 543 additions and 4263 deletions

View File

@@ -23,5 +23,7 @@ public interface DepotHeadIService extends BaseIService<DepotHead>
public void findMaterialsListByHeaderId(PageUtil pageUtil,Long headerId)throws JshException;
public void findStatementAccount(PageUtil pageUtil,String beginTime,String endTime, Long organId, Long pid,String dids)throws JshException;
public void getHeaderIdByMaterial(PageUtil pageUtil,String materialParam)throws JshException;
}