新增4张统计报表

This commit is contained in:
季圣华
2017-08-13 21:09:21 +08:00
parent 966c9c1258
commit 61d615d129
10 changed files with 1411 additions and 8 deletions

View File

@@ -14,5 +14,9 @@ public interface DepotHeadIDAO extends BaseIDAO<DepotHead>
void find(PageUtil<DepotHead> pageUtil,String maxid) throws JshException;
void findAllMoney(PageUtil<DepotHead> pageUtil, Integer supplierId, String type, String subType, String mode) throws JshException;
public void findInDetail(PageUtil pageUtil,String beginTime,String endTime,String type,Long pid,String dids) throws JshException;
public void findInOutMaterialCount(PageUtil pageUtil,String beginTime,String endTime,String type,Long pid,String dids) throws JshException;
}