新增-根据商品信息查询单据
This commit is contained in:
@@ -22,5 +22,7 @@ public interface DepotHeadIDAO extends BaseIDAO<DepotHead>
|
||||
public void findInOutMaterialCount(PageUtil pageUtil,String beginTime,String endTime,String type,Long pid,String dids) throws JshException;
|
||||
|
||||
public void findMaterialsListByHeaderId(PageUtil pageUtil,Long headerId) throws JshException;
|
||||
|
||||
public void getHeaderIdByMaterial(PageUtil pageUtil,String materialParam) throws JshException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user