增加4张报表查询功能

This commit is contained in:
季圣华
2017-08-31 22:42:05 +08:00
parent 34d2e0e612
commit 99dcba59d1
5 changed files with 173 additions and 0 deletions

View File

@@ -16,5 +16,9 @@ public interface DepotHeadIDAO extends BaseIDAO<DepotHead>
void findAllMoney(PageUtil<DepotHead> pageUtil, Integer supplierId, String type, String subType, String mode) throws JshException;
public void batchSetStatus(Boolean status,String depotHeadIDs);
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;
}