新增-根据商品信息查询单据
This commit is contained in:
@@ -22,4 +22,6 @@ public interface DepotHeadIService extends BaseIService<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