| | |
| | | |
| | | import com.dy.pmsGlobal.pojoPr.PrProductionNode; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | PrProductionNode selectByPrimaryKey(Long id); |
| | | |
| | | PrProductionNode selectNodeBySort(@Param("processId") Long processId , @Param("sort") Integer sort); |
| | | |
| | | int updateByPrimaryKeySelective(PrProductionNode record); |
| | | |
| | | List<PrProductionNode> selectByProcess(Long processId); |
| | | List<PrProductionNode> selectByProcess(@Param("processId") Long processId); |
| | | |
| | | void deleteByProcessId(Long id); |
| | | |