Fancy
2025-01-14 057d4df78bcc5b34ca7c6897918946c4a9e65d18
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrProductionNodeMapper.java
@@ -2,6 +2,7 @@
import com.dy.pmsGlobal.pojoPr.PrProductionNode;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -22,9 +23,11 @@
    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);