|  |  | 
 |  |  | package com.dy.pmsGlobal.daoPr; | 
 |  |  |  | 
 |  |  | import cn.hutool.json.JSONObject; | 
 |  |  | import com.dy.pmsGlobal.pojoPr.PrAssemblyPlan; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  | 
 |  |  |     PrAssemblyPlan selectByDeviceNo(@Param("proCode") String proCode,@Param("batchNumber") String batchNumber); | 
 |  |  |  | 
 |  |  |     Long countByPlanIdAndNodeId(@Param("planId") Long planId,@Param("nodeId") Long nodeId); | 
 |  |  |     List<Map<String,Object>> selectByPlanName(@Param("planName") String planName); | 
 |  |  |  | 
 |  |  |     List<JSONObject> selectByPlanName(@Param("planName") String planName); | 
 |  |  |  | 
 |  |  |     PrAssemblyPlan selectByBatchId(@Param("batchId") Long batchId); | 
 |  |  |  | 
 |  |  |     List<JSONObject> queryPlanList(); | 
 |  |  |  | 
 |  |  |     List<PrAssemblyPlan> selectAssyPlanList(PrAssemblyPlan params); | 
 |  |  |  |