liurunyu
2025-06-11 5fefff8c747cbf5d526f6108a215bd813ac36034
pipIrr-platform/pipIrr-web/pipIrr-web-project/src/main/java/com/dy/pipIrrProject/intakeController/IntakeControllerSv.java
@@ -98,6 +98,15 @@
        return prControllerTrampMapper.deleteByPrimaryKey(controllerId);
    }
    /**
     * 清空流浪控制器
     * @param
     * @return
     */
    public Integer emptyTrampController() {
        return prControllerTrampMapper.emptyTrampController();
    }
    //流浪控制器增
    public Integer addTrampController(PrControllerTramp record){
        return prControllerTrampMapper.insertSelective(record);