|
@@ -17,37 +17,6 @@ import java.util.List;
|
|
|
*/
|
|
|
public interface PmDemandMapper extends BaseMapper<PmDemand>
|
|
|
{
|
|
|
- /**
|
|
|
- * 查询采购需求
|
|
|
- *
|
|
|
- * @param demandId 采购需求主键
|
|
|
- * @return 采购需求
|
|
|
- */
|
|
|
- public PmDemand selectPmDemandByDemandId(Long demandId);
|
|
|
-
|
|
|
- /**
|
|
|
- * 查询采购需求列表
|
|
|
- *
|
|
|
- * @param pmDemand 采购需求
|
|
|
- * @return 采购需求集合
|
|
|
- */
|
|
|
- public List<PmDemand> selectPmDemandList(PmDemand pmDemand);
|
|
|
-
|
|
|
- /**
|
|
|
- * 新增采购需求
|
|
|
- *
|
|
|
- * @param pmDemand 采购需求
|
|
|
- * @return 结果
|
|
|
- */
|
|
|
- public int insertPmDemand(PmDemand pmDemand);
|
|
|
-
|
|
|
- /**
|
|
|
- * 修改采购需求
|
|
|
- *
|
|
|
- * @param pmDemand 采购需求
|
|
|
- * @return 结果
|
|
|
- */
|
|
|
- public int updatePmDemand(PmDemand pmDemand);
|
|
|
|
|
|
/**
|
|
|
* 通过需求ID列表,查询采购执行列表 sunhh
|