新增4张统计报表
This commit is contained in:
@@ -14,4 +14,8 @@ public interface DepotHeadIService extends BaseIService<DepotHead>
|
||||
void find(PageUtil<DepotHead> depotHead,String maxid)throws JshException;
|
||||
|
||||
void findAllMoney(PageUtil<DepotHead> depotHead, 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user